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=refs%2Fchanges%2F34%2F1234%2F9;hp=4450bc6b1908b33fcb1002bdb04a2c558fa0a304;hpb=02a6acd9f21bd5012c51f0bb25c7c633071d4fb0;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 4450bc6b..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,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ include "common.ingressname.ves" . }} @@ -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" . }}