X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;h=015aff278babffe59bc8ecda9e7979fb498f8af8;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=23d1975dbb9acffc44dd4c0dfd36e1856f0cc66f;hpb=3aac30b15cf0c89b543b4ad0ad7fc9a5a67c873a;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml index 23d1975d..015aff27 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ include "common.ingressname.e2mgr" . }} @@ -6,7 +6,7 @@ spec: rules: - http: paths: - - path: /e2mgr + - path: {{ include "common.kongpath.ric.e2mgr" . }} backend: serviceName: {{ include "common.servicename.e2mgr.http" . }} servicePort: {{ include "common.serviceport.e2mgr.http" . }}