New version of the common template. It unifies the naming convention between platform...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / templates / ingress-e2mgr.yaml
index 0722928..d1c8faa 100644 (file)
@@ -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 }}