Skip to content

Commit

Permalink
Merge pull request #169 from mboersma/hotfix-db-deployment
Browse files Browse the repository at this point in the history
fix(charts): fix typo and stanza location
  • Loading branch information
mboersma authored Nov 28, 2016
2 parents 6430a21 + 7458672 commit 81ebefa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/database/templates/database-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ spec:
value: "{{.Values.global.storage}}"
- name: PGCTLTIMEOUT
value: "{{.Values.postgres.timeout}}"
readinessProbe:
exec:
command:
- is_running
lifecycle:
preStop:
exec:
commmand:
command:
- gosu
- postgres
- do_backup
readinessProbe:
exec:
command:
- is_running
initialDelaySeconds: 30
timeoutSeconds: 1
volumeMounts:
Expand Down

0 comments on commit 81ebefa

Please sign in to comment.