Skip to content

Commit 3a0862c

Browse files
committed
address comments
1 parent c2d28bc commit 3a0862c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deploy/helm/seaweedfs-csi-driver/templates/daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

deploy/helm/seaweedfs-csi-driver/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)