This commit is contained in:
allard
2025-12-05 23:28:37 +01:00
parent 3004a30caf
commit e7dc54ae67
7 changed files with 62 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ spec:
- name: POSTGRES_PASSWORD
value: defectdojo
- name: PGOPTIONS
value: "-c max_connections=200"
value: "-c max_connections=1000"
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres