Skip to content

Commit b5f6629

Browse files
authored
fix(chart): probe indentation (dragonflydb#590)
No idea why it worked before.. Fixes dragonflydb#588 Signed-off-by: Philipp Born <[email protected]> Signed-off-by: Philipp Born <[email protected]>
1 parent 2386b02 commit b5f6629

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

contrib/charts/dragonfly/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,21 @@ probes:
114114
command:
115115
- /bin/sh
116116
- /usr/local/bin/healthcheck.sh
117-
initialDelaySeconds: 10
118-
periodSeconds: 10
119-
timeoutSeconds: 5
120-
failureThreshold: 3
121-
successThreshold: 1
117+
initialDelaySeconds: 10
118+
periodSeconds: 10
119+
timeoutSeconds: 5
120+
failureThreshold: 3
121+
successThreshold: 1
122122
readinessProbe:
123123
exec:
124124
command:
125125
- /bin/sh
126126
- /usr/local/bin/healthcheck.sh
127-
initialDelaySeconds: 10
128-
periodSeconds: 10
129-
timeoutSeconds: 5
130-
failureThreshold: 3
131-
successThreshold: 1
127+
initialDelaySeconds: 10
128+
periodSeconds: 10
129+
timeoutSeconds: 5
130+
failureThreshold: 3
131+
successThreshold: 1
132132

133133
command:
134134
# -- Allow overriding the container's command

0 commit comments

Comments
 (0)