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