File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
133133command :
134134 # -- Allow overriding the container's command
You can’t perform that action at this time.
0 commit comments