File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: "apps/v1"
55kind : " Deployment"
66metadata :
77 name : " postgres"
8- namespace : {{ .Release.Namespace }}"
8+ namespace : {{ .Release.Namespace }}
99 labels :
1010 app : " postgres"
1111 annotations :
4444 - name : postgres-storage
4545 persistentVolumeClaim :
4646 claimName : postgres-pv-claim
47- {{ if eq .Values.nodeGroupLabel }}
47+ {{ if .Values.nodeGroupLabel }}
4848 nodeSelector :
4949 poolName : {{ .Values.nodeGroupLabel }}
5050 {{ end }}
Original file line number Diff line number Diff line change 1515 labels :
1616 app : diffgram-walrus
1717 spec :
18+ terminationGracePeriodSeconds : 7200 # 2 hours
1819 {{ if .Values.nodeGroupLabel }}
1920 nodeSelector :
2021 poolName : {{ .Values.nodeGroupLabel }}
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ 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- PROCESS_MEDIA_NUM_VIDEO_THREADS : " 1"
70- PROCESS_MEDIA_NUM_FRAME_THREADS : " 4"
71- DATABASE_CONNECTION_POOL_SIZE : " 10"
69+ PROCESS_MEDIA_NUM_VIDEO_THREADS : ' "1"'
70+ PROCESS_MEDIA_NUM_FRAME_THREADS : ' "4"'
71+ DATABASE_CONNECTION_POOL_SIZE : ' "10"'
7272 GOOGLE_APPLICATION_CREDENTIALS : /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
7373
7474 # 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