chore: add DB_MAX_IDLE_CONNECTIONS to twhelp-dcbot-migrations-job
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-11-05 07:20:14 +01:00
parent 88f7608db7
commit 91d2405912
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ spec:
value: development
- name: DB_MAX_OPEN_CONNECTIONS
value: "1"
- name: DB_MAX_IDLE_CONNECTIONS
value: "1"
- name: DB_DSN
valueFrom:
secretKeyRef:

View File

@ -14,6 +14,8 @@ spec:
value: production
- name: DB_MAX_OPEN_CONNECTIONS
value: "1"
- name: DB_MAX_IDLE_CONNECTIONS
value: "1"
- name: DB_DSN
valueFrom:
secretKeyRef: