VESPA Mgr template (including move Kong paths to common template)
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / templates / ingress-e2mgr.yaml
index 23d1975..5176487 100644 (file)
@@ -6,7 +6,7 @@ spec:
   rules:
   - http:
       paths:
-      - path: /e2mgr
+      - path: {{ include "common.kongpath.ric.e2mgr" . }}
         backend:
           serviceName: {{ include "common.servicename.e2mgr.http" . }}
           servicePort: {{ include "common.serviceport.e2mgr.http" . }}