adding kong
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / templates / ingress-e2mgr.yaml
@@ -4,10 +4,9 @@ metadata:
   name: ric-ingress-e2mgr
 spec:
   rules:
-  - host: foo.bar.com
-    http:
+  - http:
       paths:
       - path: /e2mgr
         backend:
-          serviceName: r0-e2mgr
-          servicePort: 3800
\ No newline at end of file
+          serviceName: {{ include "common.servicename.e2mgr" . }}
+          servicePort: {{ .Values.e2mgr.service.http.port }}
\ No newline at end of file