X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=5693287615aabd330c482a5137a6bed528f7e722;hb=3be243af8254463c1716cf3f05d5806f17e370d7;hp=330f12361b2fe0f25b3f2c68db5f56c9027e8e4b;hpb=0309475769b27702c8c886411222882da8b519b1;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml index 330f1236..56932876 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml @@ -53,11 +53,11 @@ spec: name: {{ include "common.configmapname.e2mgr" . }}-env ports: - name: "http" - containerPort: {{ .Values.e2mgr.service.http.containerPort }} + containerPort: {{ include "common.serviceport.e2mgr.http" . }} - name: "rmrroute" - containerPort: {{ .Values.e2mgr.service.rmr.route.port }} + containerPort: {{ include "common.serviceport.e2mgr.rmr.route" . }} - name: "rmrdata" - containerPort: {{ .Values.e2mgr.service.rmr.data.port }} + containerPort: {{ include "common.serviceport.e2mgr.rmr.data" . }} stdin: true tty: true securityContext: