File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919 DIFFGRAM_INSTALL_FINGERPRINT : {{ .Values.diffgramSettings.DIFFGRAM_INSTALL_FINGERPRINT }}
2020 DIFFGRAM_VERSION_TAG : {{ .Values.diffgramVersion }}
2121 DIFFGRAM_HOST_OS : {{ .Values.diffgramSettings.DIFFGRAM_HOST_OS }}
22+ DATABASE_CONNECTION_POOL_SIZE : {{ .Values.diffgramSettings.DATABASE_CONNECTION_POOL_SIZE }}
2223 PYTHONPATH : " /app:/app/shared:/"
Original file line number Diff line number Diff line change 2323 DIFFGRAM_INSTALL_FINGERPRINT : {{ .Values.diffgramSettings.DIFFGRAM_INSTALL_FINGERPRINT }}
2424 DIFFGRAM_VERSION_TAG : {{ .Values.diffgramVersion }}
2525 DIFFGRAM_HOST_OS : {{ .Values.diffgramSettings.DIFFGRAM_HOST_OS }}
26+ DATABASE_CONNECTION_POOL_SIZE : {{ .Values.diffgramSettings.DATABASE_CONNECTION_POOL_SIZE }}
2627 PYTHONPATH : /app
Original file line number Diff line number Diff line change 1919 ML__DIFFGRAM_AZURE_CONTAINER_NAME : {{ .Values.diffgramSettings.ML__DIFFGRAM_AZURE_CONTAINER_NAME }}
2020 DIFFGRAM_INSTALL_FINGERPRINT : {{ .Values.diffgramSettings.DIFFGRAM_INSTALL_FINGERPRINT }}
2121 DIFFGRAM_VERSION_TAG : {{ .Values.diffgramVersion }}
22- DIFFGRAM_HOST_OS : {{ .Values.diffgramSettings.DIFFGRAM_HOST_OS }}
22+ DIFFGRAM_HOST_OS : {{ .Values.diffgramSettings.DIFFGRAM_HOST_OS }}
23+ DATABASE_CONNECTION_POOL_SIZE : {{ .Values.diffgramSettings.DATABASE_CONNECTION_POOL_SIZE }}
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ diffgramSettings:
6666 CLOUD_STORAGE_BUCKET : diffgram-testing
6767 ML__CLOUD_STORAGE_BUCKET : diffgram-testing
6868 SERVICE_ACCOUNT_FULL_PATH : /etc/gcp/sa_credentials.json
69+ DATABASE_CONNECTION_POOL_SIZE : 20
6970 GOOGLE_APPLICATION_CREDENTIALS : /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
7071
7172 # Set this value if you want to use GCP as your storage. Put your json service account encoded in base 64
You can’t perform that action at this time.
0 commit comments