X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=charts%2Ftemplates%2Fdeployment.yaml;h=a9ea8fd78154f40a9470a23e8dc13e5f4feda5ff;hb=074ae58151b0fe8ed0d1bebf981c0826d3b5e622;hp=5d82063c997731a6b16817da1c85344ca8de3b8f;hpb=5601b5899b0fd15748ae0474de9f5f6dda72864c;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 5d82063..a9ea8fd 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -31,8 +31,8 @@ spec: app: o2api spec: serviceAccountName: {{ .Values.o2ims.serviceaccountname }} - imagePullSecrets: - - name: {{ .Values.o2ims.imagePullSecrets }} + # imagePullSecrets: + # - name: {{ .Values.o2ims.imagePullSecrets }} {{- if .Values.o2ims.affinity }} affinity: {{ toYaml .Values.o2ims.affinity | indent 8 }} @@ -117,7 +117,7 @@ spec: - name: DB_PASSWORD value: o2ims123 - name: FLASK_APP - value: /root/o2/o2app/entrypoints/flask_application.py + value: /src/o2app/entrypoints/flask_application.py - name: FLASK_DEBUG value: {{ .Values.o2ims.logginglevel }} - name: LOGGING_CONFIG_LEVEL