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 77
77
{{- end }}
78
78
args :
79
79
- --csi-address=/csi/csi.sock
80
- - --probe-timeout=3s
80
+ - --probe-timeout=10s
81
81
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
82
82
- --v=2
83
83
imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134
134
path : /healthz
135
135
port : {{ .Values.node.livenessProbe.healthPort }}
136
136
initialDelaySeconds : 30
137
- timeoutSeconds : 10
137
+ timeoutSeconds : 30
138
138
periodSeconds : 30
139
139
env :
140
140
- name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 77
77
{{- end }}
78
78
args :
79
79
- --csi-address=/csi/csi.sock
80
- - --probe-timeout=3s
80
+ - --probe-timeout=10s
81
81
- --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }}
82
82
- --v=2
83
83
imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
@@ -134,7 +134,7 @@ spec:
134
134
path : /healthz
135
135
port : {{ .Values.node.livenessProbe.healthPort }}
136
136
initialDelaySeconds : 30
137
- timeoutSeconds : 10
137
+ timeoutSeconds : 30
138
138
periodSeconds : 30
139
139
env :
140
140
- name : AZURE_CREDENTIAL_FILE
Original file line number Diff line number Diff line change 45
45
image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0
46
46
args :
47
47
- --csi-address=/csi/csi.sock
48
- - --probe-timeout=3s
48
+ - --probe-timeout=10s
49
49
- --http-endpoint=localhost:29613
50
50
- --v=2
51
51
resources :
@@ -100,7 +100,7 @@ spec:
100
100
path : /healthz
101
101
port : 29613
102
102
initialDelaySeconds : 30
103
- timeoutSeconds : 10
103
+ timeoutSeconds : 30
104
104
periodSeconds : 30
105
105
env :
106
106
- name : AZURE_CREDENTIAL_FILE
You can’t perform that action at this time.
0 commit comments