We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6430a21 + 7458672 commit 81ebefaCopy full SHA for 81ebefa
1 file changed
charts/database/templates/database-deployment.yaml
@@ -41,17 +41,17 @@ spec:
41
value: "{{.Values.global.storage}}"
42
- name: PGCTLTIMEOUT
43
value: "{{.Values.postgres.timeout}}"
44
- readinessProbe:
45
- exec:
46
- command:
47
- - is_running
48
lifecycle:
49
preStop:
50
exec:
51
- commmand:
+ command:
52
- gosu
53
- postgres
54
- do_backup
+ readinessProbe:
+ exec:
+ - is_running
55
initialDelaySeconds: 30
56
timeoutSeconds: 1
57
volumeMounts:
0 commit comments