Merge "Add portal, aaf, onap charts and integrate with ric common template"
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / templates / ingress-a1mediator.yaml
index d7b63ab..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: {{ .Values.a1mediator.service.http.port }}
\ No newline at end of file
+          servicePort: {{ include "common.serviceport.a1mediator.http" . }}