X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fdeployment.yaml;h=fafcb4210a642f709b0d02d600d7f95f2d5caf9e;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=acce1325838b65ea34f05f034dc54b12d1d290a0;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml index acce1325..fafcb421 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml @@ -38,10 +38,6 @@ spec: release: {{ .Release.Name }} spec: hostname: {{ .Chart.Name }} - hostAliases: - - ip: "137.135.91.204" - hostnames: - - "snapshot.helm.ranco-dev-tools.eastus.cloudapp.azure.com" imagePullSecrets: - name: {{ include "common.repositoryCred" . }} containers: @@ -50,7 +46,10 @@ spec: imagePullPolicy: {{ include "common.pullPolicy" . }} ports: - name: http - containerPort: {{ .Values.appmgr.containerPort }} + containerPort: {{ .Values.appmgr.service.http.containerPort }} + protocol: TCP + - name: rmr + containerPort: {{ .Values.appmgr.service.rmr.containerPort }} protocol: TCP volumeMounts: - name: config-volume