X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;h=5176487198344f5545175be05cb3fb86f0534dec;hb=05175041bd4df59ed506224331a4bb246c1edf5e;hp=d1c8faac832fb703e43a524675077bd2004eebb7;hpb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml index d1c8faac..51764871 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml @@ -6,7 +6,7 @@ spec: rules: - http: paths: - - path: /e2mgr + - path: {{ include "common.kongpath.ric.e2mgr" . }} backend: serviceName: {{ include "common.servicename.e2mgr.http" . }} - servicePort: {{ .Values.e2mgr.service.http.port }} + servicePort: {{ include "common.serviceport.e2mgr.http" . }}