X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fingress-e2mgr.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fingress-e2mgr.yaml;h=07229283a0910500943f29a3c1be65d6b5b02113;hb=ad7f56d736f082b4882ca9be81ae40c27e240881;hp=a4cb379c77f4df3cea140204f550bd1b6769258b;hpb=a397399c6ae05e03a4fe112ed1b29ecd311c264f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/ingress-e2mgr.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml similarity index 51% rename from ric-platform/50-RIC-Platform/helm/ingress-e2mgr.yaml rename to ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml index a4cb379c..07229283 100644 --- a/ric-platform/50-RIC-Platform/helm/ingress-e2mgr.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/ingress-e2mgr.yaml @@ -4,10 +4,9 @@ metadata: name: ric-ingress-e2mgr spec: rules: - - host: foo.bar.com - http: + - http: paths: - path: /e2mgr backend: - serviceName: r0-e2mgr - servicePort: 3800 \ No newline at end of file + serviceName: {{ include "common.servicename.e2mgr" . }} + servicePort: {{ .Values.e2mgr.service.http.port }} \ No newline at end of file