X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fingress-appmgr.yaml;h=e515d12efc7f8586c12d5936468dda579eee5871;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=d2342a50fdfa5a9f687cf6af884478c1e983fc8c;hpb=431ae3c7eab922223215b52f2a347029eb95335b;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml index d2342a50..e515d12e 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/ingress-appmgr.yaml @@ -1,12 +1,12 @@ -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: - name: ric-ingress-appmgr + name: {{ include "common.ingressname.appmgr" . }} spec: rules: - http: paths: - - path: /appmgr + - path: {{ include "common.kongpath.ric.appmgr" . }} backend: - serviceName: {{ include "appmgr.fullname" . }} - servicePort: {{ .Values.appmgr.service.port }} \ No newline at end of file + serviceName: {{ include "common.servicename.appmgr.http" . }} + servicePort: {{ include "common.serviceport.appmgr.http" . }}