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