Skip to content

Commit

Permalink
fix(chart): probe indentation (#590)
Browse files Browse the repository at this point in the history
No idea why it worked before.. Fixes #588

Signed-off-by: Philipp Born <[email protected]>

Signed-off-by: Philipp Born <[email protected]>
  • Loading branch information
tamcore authored Dec 21, 2022
1 parent 2386b02 commit b5f6629
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions contrib/charts/dragonfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@ probes:
command:
- /bin/sh
- /usr/local/bin/healthcheck.sh
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
readinessProbe:
exec:
command:
- /bin/sh
- /usr/local/bin/healthcheck.sh
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1

command:
# -- Allow overriding the container's command
Expand Down

0 comments on commit b5f6629

Please sign in to comment.