mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix(chart): probe indentation (#590)
No idea why it worked before.. Fixes #588 Signed-off-by: Philipp Born <git@pborn.eu> Signed-off-by: Philipp Born <git@pborn.eu>
This commit is contained in:
parent
2386b02234
commit
b5f6629d55
1 changed files with 10 additions and 10 deletions
|
@ -114,21 +114,21 @@ probes:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- /usr/local/bin/healthcheck.sh
|
- /usr/local/bin/healthcheck.sh
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- /usr/local/bin/healthcheck.sh
|
- /usr/local/bin/healthcheck.sh
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|
||||||
command:
|
command:
|
||||||
# -- Allow overriding the container's command
|
# -- Allow overriding the container's command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue