X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fves%2Ftemplates%2Fingress-ves.yaml;h=4d56175bdf4ccada11c43084b39d5dcc191e3cdc;hb=05175041bd4df59ed506224331a4bb246c1edf5e;hp=d46223e194d4997178a5d9af90c31bc0cc29fcce;hpb=9af6b6ee209de8b09df1a19ea34e4c7d951006a1;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml index d46223e1..4d56175b 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/ves/templates/ingress-ves.yaml @@ -6,7 +6,7 @@ spec: rules: - http: paths: - - path: /vescollector + - path: {{ include "common.kongpath.aux.vescollector" . }} backend: serviceName: {{ include "common.servicename.ves.http" . }} - servicePort: {{ include "common.serviceport.ves.http.container" . }} + servicePort: {{ include "common.serviceport.ves.http" . }}