X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;h=9ea794d21952c1f0c02c201d998bc36d3b920752;hb=refs%2Fchanges%2F69%2F12969%2F1;hp=8a04744008ed128545a51c9a5b8e61d0df219ad2;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/a1mediator/templates/ingress-a1mediator.yaml b/helm/a1mediator/templates/ingress-a1mediator.yaml index 8a04744..9ea794d 100644 --- a/helm/a1mediator/templates/ingress-a1mediator.yaml +++ b/helm/a1mediator/templates/ingress-a1mediator.yaml @@ -1,4 +1,4 @@ -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "common.ingressname.a1mediator" . }} @@ -7,6 +7,9 @@ spec: - http: paths: - path: {{ include "common.kongpath.ric.a1mediator" . }} + pathType: Prefix backend: - serviceName: {{ include "common.servicename.a1mediator.http" . }} - servicePort: {{ include "common.serviceport.a1mediator.http" . }} + service: + name: {{ include "common.servicename.a1mediator.http" . }} + port: + number: {{ include "common.serviceport.a1mediator.http" . }}