X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;h=d1c8faac832fb703e43a524675077bd2004eebb7;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=07229283a0910500943f29a3c1be65d6b5b02113;hpb=d32ff1f486548b1a6123761055c2757c5762904f;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 07229283..d1c8faac 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,12 +1,12 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: ric-ingress-e2mgr + name: {{ include "common.ingressname.e2mgr" . }} spec: rules: - http: paths: - path: /e2mgr backend: - serviceName: {{ include "common.servicename.e2mgr" . }} - servicePort: {{ .Values.e2mgr.service.http.port }} \ No newline at end of file + serviceName: {{ include "common.servicename.e2mgr.http" . }} + servicePort: {{ .Values.e2mgr.service.http.port }}