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=94b845e4a27093b8b4f081abe5f5b192e5a44d3c;hb=ca9b3ee64b3966fa1d20226b361b4f614434129e;hp=7a91f7d4455260a2e585b6324bf3b4a270329f06;hpb=86b29e1012a61a131f54637ffa3a8814660c13dc;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 7a91f7d4..94b845e4 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 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: - name: ric-ingress-ves + name: {{ include "common.ingressname.ves" . }} spec: rules: - http: paths: - - path: /vescollector + - path: {{ include "common.kongpath.aux.vescollector" . }} backend: - serviceName: xdcae-ves-collector - servicePort: 8080 + serviceName: {{ include "common.servicename.ves.http" . }} + servicePort: {{ include "common.serviceport.ves.http" . }}