X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fingress-a1mediator.yaml;h=06e70b8866ae4bf2d5de25b0db4e59e4abbbb2ab;hb=3faa1eecb410bc1b7134797ddccb807f9868476b;hp=4d26d304e387b86a9a5f6ff907e32e73f507eb03;hpb=1dea9821a9d5966758207c56edd1c020d6ae7707;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml index 4d26d304..06e70b88 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/ingress-a1mediator.yaml @@ -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" . }}