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=4450bc6b1908b33fcb1002bdb04a2c558fa0a304;hb=02a6acd9f21bd5012c51f0bb25c7c633071d4fb0;hp=6db96ded99c93ded1ef08b4e5002a617f4d8d7b1;hpb=debb34e08e99f3bf5c0348bb1d9731bee7e204aa;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 6db96ded..4450bc6b 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 @@ -1,12 +1,12 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: ric-ingress-ves + name: {{ include "common.ingressname.ves" . }} spec: rules: - http: paths: - path: /vescollector backend: - serviceName: xdcae-ves-collector - servicePort: {{ include "common.serviceport.ves.http.container" . }} + serviceName: {{ include "common.servicename.ves.http" . }} + servicePort: {{ include "common.serviceport.ves.http" . }}