Skip to content

Commit 81ebefa

Browse files
authored
Merge pull request #169 from mboersma/hotfix-db-deployment
fix(charts): fix typo and stanza location
2 parents 6430a21 + 7458672 commit 81ebefa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/database/templates/database-deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ spec:
4141
value: "{{.Values.global.storage}}"
4242
- name: PGCTLTIMEOUT
4343
value: "{{.Values.postgres.timeout}}"
44-
readinessProbe:
45-
exec:
46-
command:
47-
- is_running
4844
lifecycle:
4945
preStop:
5046
exec:
51-
commmand:
47+
command:
5248
- gosu
5349
- postgres
5450
- do_backup
51+
readinessProbe:
52+
exec:
53+
command:
54+
- is_running
5555
initialDelaySeconds: 30
5656
timeoutSeconds: 1
5757
volumeMounts:

0 commit comments

Comments
 (0)