File tree Expand file tree Collapse file tree 5 files changed +10
-20
lines changed
blob-csi-driver/templates Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 91
91
args :
92
92
- --csi-address=/csi/csi.sock
93
93
- --probe-timeout=3s
94
- - --health-port= {{ .Values.controller.livenessProbe.healthPort }}
94
+ - --http-endpoint=localhost: {{ .Values.controller.livenessProbe.healthPort }}
95
95
imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
96
96
volumeMounts :
97
97
- name : socket-dir
@@ -114,17 +114,15 @@ spec:
114
114
- " --cloud-config-secret-namespace={{ .Values.controller.cloudConfigSecretNamespace }}"
115
115
- " --allow-empty-cloud-config={{ .Values.controller.allowEmptyCloudConfig }}"
116
116
ports :
117
- - containerPort : {{ .Values.controller.livenessProbe.healthPort }}
118
- name : healthz
119
- protocol : TCP
120
117
- containerPort : {{ .Values.controller.metricsPort }}
121
118
name : metrics
122
119
protocol : TCP
123
120
livenessProbe :
124
121
failureThreshold : 5
125
122
httpGet :
123
+ host : localhost
126
124
path : /healthz
127
- port : healthz
125
+ port : {{ .Values.controller.livenessProbe.healthPort }}
128
126
initialDelaySeconds : 30
129
127
timeoutSeconds : 10
130
128
periodSeconds : 30
Original file line number Diff line number Diff line change @@ -174,15 +174,12 @@ spec:
174
174
- " --allow-inline-volume-key-access-with-idenitity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
175
175
- " --enable-aznfs-mount={{ .Values.node.enableAznfsMount }}"
176
176
- " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
177
- ports :
178
- - containerPort : {{ .Values.node.livenessProbe.healthPort }}
179
- name : healthz
180
- protocol : TCP
181
177
livenessProbe :
182
178
failureThreshold : 5
183
179
httpGet :
180
+ host : localhost
184
181
path : /healthz
185
- port : healthz
182
+ port : {{ .Values.node.livenessProbe.healthPort }}
186
183
initialDelaySeconds : 30
187
184
timeoutSeconds : 10
188
185
periodSeconds : 30
Original file line number Diff line number Diff line change 62
62
args :
63
63
- --csi-address=/csi/csi.sock
64
64
- --probe-timeout=3s
65
- - --health-port= 29632
65
+ - --http-endpoint=localhost: 29632
66
66
volumeMounts :
67
67
- name : socket-dir
68
68
mountPath : /csi
@@ -81,17 +81,15 @@ spec:
81
81
- " --metrics-address=0.0.0.0:29634"
82
82
- " --user-agent-suffix=OSS-kubectl"
83
83
ports :
84
- - containerPort : 29632
85
- name : healthz
86
- protocol : TCP
87
84
- containerPort : 29634
88
85
name : metrics
89
86
protocol : TCP
90
87
livenessProbe :
91
88
failureThreshold : 5
92
89
httpGet :
90
+ host : localhost
93
91
path : /healthz
94
- port : healthz
92
+ port : 29632
95
93
initialDelaySeconds : 30
96
94
timeoutSeconds : 10
97
95
periodSeconds : 30
Original file line number Diff line number Diff line change @@ -131,15 +131,12 @@ spec:
131
131
- " --user-agent-suffix=OSS-kubectl"
132
132
- " --metrics-address=0.0.0.0:29635"
133
133
- " --enable-aznfs-mount=true"
134
- ports :
135
- - containerPort : 29633
136
- name : healthz
137
- protocol : TCP
138
134
livenessProbe :
139
135
failureThreshold : 5
140
136
httpGet :
137
+ host : localhost
141
138
path : /healthz
142
- port : healthz
139
+ port : 29633
143
140
initialDelaySeconds : 30
144
141
timeoutSeconds : 10
145
142
periodSeconds : 30
You can’t perform that action at this time.
0 commit comments