Skip to content

Commit afa270d

Browse files
Copilotsneumann
andcommitted
Increase startup probe timeout for 80GB database initialization
Co-authored-by: sneumann <[email protected]>
1 parent 2395254 commit afa270d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

charts/metfrag/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ postgres:
4141
size: "80Gi"
4242
initdb:
4343
scriptsConfigMap: configmapscripts
44+
# Increase startup probe timeout for large database initialization (80GB download and load)
45+
startupProbe:
46+
enabled: true
47+
initialDelaySeconds: 30
48+
periodSeconds: 10
49+
timeoutSeconds: 5
50+
failureThreshold: 180 # 30 minutes: 30s initial + (180 * 10s) = 1830s total
51+
successThreshold: 1
4452
initContainers:
4553
- name: install-wget
4654
image: busybox:1.36

0 commit comments

Comments
 (0)