X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fdeployment.yaml;h=98dc174c208ea75328d41c588d7317e41f693234;hb=87c0ebc0024b9da0ef2f5c0cfa642fdcde6eba02;hp=402fe029d91a2c991bf04ef57f81ece0691d5593;hpb=14fc8de3f80b6e1ab1e8351017383e99628cb8e3;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 402fe02..98dc174 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: {{- end }} containers: - name: postgres - image: "{{ .Values.o2ims.image.img_postgres }}" + image: "{{ .Values.o2ims.images.tags.postgres }}" ports: - containerPort: 5432 env: @@ -60,11 +60,11 @@ spec: - name: db-pv mountPath: /var/lib/postgresql/data - name: redis - image: "{{ .Values.o2ims.image.img_redis }}" + image: "{{ .Values.o2ims.images.tags.redis }}" ports: - containerPort: 6379 - name: o2pubsub - image: "{{ .Values.o2ims.image.img_o2 }}" + image: "{{ .Values.o2ims.images.tags.o2service }}" command: ["/bin/bash", "/opt/o2pubsub_start.sh"] env: - name: DB_HOST @@ -96,7 +96,7 @@ spec: mountPath: /configs/smoca.crt subPath: config.json - name: watcher - image: "{{ .Values.o2ims.image.img_o2 }}" + image: "{{ .Values.o2ims.images.tags.o2service }}" command: ["/bin/bash", "/opt/o2watcher_start.sh"] env: - name: API_HOST_EXTERNAL_FLOATING @@ -125,7 +125,7 @@ spec: subPath: config.json readOnly: true - name: o2api - image: "{{ .Values.o2ims.image.img_o2 }}" + image: "{{ .Values.o2ims.images.tags.o2service }}" ports: - containerPort: 80 env: @@ -172,7 +172,7 @@ spec: readOnly: true {{- if .Values.o2dms.helm_cli_enable }} - name: helmcli - image: "{{ .Values.o2ims.image.img_o2 }}" + image: "{{ .Values.o2ims.images.tags.o2service }}" ports: - containerPort: 22 env: