File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
deploy/helm/seaweedfs-csi-driver/templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ spec:
193193 httpGet :
194194 path : /healthz
195195 port : 9808
196+ {{- with .Values.node.livenessProbe }}
196197 {{- with .failureThreshold }}
197198 failureThreshold : {{ . }}
198199 {{- end }}
@@ -205,6 +206,7 @@ spec:
205206 {{- with .periodSeconds }}
206207 periodSeconds : {{ . }}
207208 {{- end }}
209+ {{- end }}
208210 {{- end }}
209211
210212 volumes :
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ spec:
218218 httpGet :
219219 path : /healthz
220220 port : 9808
221+ {{- with .Values.controller.livenessProbe }}
221222 {{- with .failureThreshold }}
222223 failureThreshold : {{ . }}
223224 {{- end }}
@@ -230,6 +231,7 @@ spec:
230231 {{- with .periodSeconds }}
231232 periodSeconds : {{ . }}
232233 {{- end }}
234+ {{- end }}
233235 {{- end }}
234236
235237 volumes :
You can’t perform that action at this time.
0 commit comments