X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fdeployment.yaml;h=357823e87729c19a33e3a2b54c87b92c768b4a7b;hb=ac3d5fc0fba9caed9a65c3200362e68826e3e272;hp=7748f3e1143956f65d127096e176fb55cad670f4;hpb=57c39a0eb78be768f44784eb057c365da4203d60;p=pti%2Fo2.git diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 7748f3e..357823e 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: - name: DB_PASSWORD value: o2ims123 - name: FLASK_APP - value: /root/o2/o2ims/entrypoints/flask_application.py + value: /root/o2/o2app/entrypoints/flask_application.py - name: FLASK_DEBUG value: {{ .Values.o2ims.logginglevel }} - name: LOGGING_CONFIG_LEVEL @@ -127,6 +127,8 @@ spec: value: "1" - name: REDIS_HOST value: redis + - name: K8S_KUBECONFIG + value: {{ .Values.ocloud.K8S_KUBECONFIG }} volumeMounts: - name: scripts mountPath: /opt