X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;h=9f72cfc578fb6e98bd1ec1d45dfac7c6146db874;hb=75c0de3cae4b58e001f7ec715f13f82ded10e678;hp=015aff278babffe59bc8ecda9e7979fb498f8af8;hpb=7799f9c20d56ceaab38178b7083ed66e63312a0c;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/ingress-e2mgr.yaml b/helm/e2mgr/templates/ingress-e2mgr.yaml index 015aff2..9f72cfc 100644 --- a/helm/e2mgr/templates/ingress-e2mgr.yaml +++ b/helm/e2mgr/templates/ingress-e2mgr.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "common.ingressname.e2mgr" . }} @@ -7,6 +7,9 @@ spec: - http: paths: - path: {{ include "common.kongpath.ric.e2mgr" . }} + pathType: Prefix backend: - serviceName: {{ include "common.servicename.e2mgr.http" . }} - servicePort: {{ include "common.serviceport.e2mgr.http" . }} + service: + name: {{ include "common.servicename.e2mgr.http" . }} + port: + number: {{ include "common.serviceport.e2mgr.http" . }}