X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fdeployment.yaml;h=e6fa26d911d7befac11696e69cba575ed3409806;hb=e29b9bed3c1581f35e7f3bc5e5ab162897bc9e6b;hp=1e82e942fd3992d6164067af50bdf70fa0b506c1;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/templates/deployment.yaml b/ric-xapps/90-xApps/helm/xapp-std/templates/deployment.yaml index 1e82e942..e6fa26d9 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/templates/deployment.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/templates/deployment.yaml @@ -26,16 +26,18 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} spec: hostname: {{ .Values.ricapp.hostname }} + imagePullSecrets: + - name: {{ include "ricxapp.imagepullsecret" . }} containers: - name: {{ .Chart.Name }} image: "{{ .Values.global.repository }}/{{ .Values.ricapp.image.name }}:{{ .Values.ricapp.image.tag }}" imagePullPolicy: {{ .Values.global.image.pullPolicy }} ports: - name: http - containerPort: {{ .Values.ricapp.service.port }} + containerPort: {{ .Values.ricapp.service.http.containerPort }} protocol: TCP - name: rmr - containerPort: {{ .Values.ricapp.service.rmrPort }} + containerPort: {{ .Values.ricapp.service.rmr.containerPort }} protocol: TCP volumeMounts: - name: config-volume