X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fappmgr%2Ftemplates%2Fingress-appmgr.yaml;h=a636991d402cfa70bc35734d2a1b024da1d22c88;hb=75c0de3cae4b58e001f7ec715f13f82ded10e678;hp=e515d12efc7f8586c12d5936468dda579eee5871;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/ingress-appmgr.yaml b/helm/appmgr/templates/ingress-appmgr.yaml index e515d12..a636991 100644 --- a/helm/appmgr/templates/ingress-appmgr.yaml +++ b/helm/appmgr/templates/ingress-appmgr.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "common.ingressname.appmgr" . }} @@ -6,7 +6,10 @@ spec: rules: - http: paths: - - path: {{ include "common.kongpath.ric.appmgr" . }} - backend: - serviceName: {{ include "common.servicename.appmgr.http" . }} - servicePort: {{ include "common.serviceport.appmgr.http" . }} + - pathType: Prefix + path: {{ include "common.kongpath.ric.appmgr" . }} + backend: + service: + name: {{ include "common.servicename.appmgr.http" . }} + port: + number: {{ include "common.serviceport.appmgr.http" . }}