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