X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fservice-http.yaml;h=53319bc8f135ecb1182128e12921bf03b487ccea;hb=eff75e0c7e0ff54d63f06a760c1328333a0f9b18;hp=5e309247e75c94a9cf09a715416d0552905f7faf;hpb=112e73d383b26192fea6e320ef3de6ef6bfdca0a;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-http.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-http.yaml index 5e309247..53319bc8 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-http.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-http.yaml @@ -28,7 +28,7 @@ metadata: spec: type: ClusterIP ports: - - port: {{ .Values.e2mgr.service.http.port }} + - port: {{ include "common.serviceport.e2mgr.http" . }} protocol: "TCP" name: "http" targetPort: "http"