File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
azurefile-csi-driver/templates
azurefile-csi-driver/templates Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777{{- end }}
7878 args :
7979 - --csi-address=/csi/csi.sock
80- - --probe-timeout=3s
80+ - --probe-timeout=10s
8181 - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
8282 - --v=2
8383 imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134134 path : /healthz
135135 port : {{ .Values.node.livenessProbe.healthPort }}
136136 initialDelaySeconds : 30
137- timeoutSeconds : 10
137+ timeoutSeconds : 30
138138 periodSeconds : 30
139139 env :
140140 - name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 7777{{- end }}
7878 args :
7979 - --csi-address=/csi/csi.sock
80- - --probe-timeout=3s
80+ - --probe-timeout=10s
8181 - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
8282 - --v=2
8383 imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134134 path : /healthz
135135 port : {{ .Values.node.livenessProbe.healthPort }}
136136 initialDelaySeconds : 30
137- timeoutSeconds : 10
137+ timeoutSeconds : 30
138138 periodSeconds : 30
139139 env :
140140 - name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 4545 image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
4646 args :
4747 - --csi-address=/csi/csi.sock
48- - --probe-timeout=3s
48+ - --probe-timeout=10s
4949 - --http-endpoint=localhost:29613
5050 - --v=2
5151 resources :
@@ -100,7 +100,7 @@ spec:
100100 path : /healthz
101101 port : 29613
102102 initialDelaySeconds : 30
103- timeoutSeconds : 10
103+ timeoutSeconds : 30
104104 periodSeconds : 30
105105 env :
106106 - name : AZURE_CREDENTIAL_FILE
You can’t perform that action at this time.
0 commit comments