File tree 3 files changed +8
-0
lines changed
blob-csi-driver/templates
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ spec:
183
183
- " --allow-inline-volume-key-access-with-idenitity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
184
184
- " --enable-aznfs-mount={{ .Values.node.enableAznfsMount }}"
185
185
- " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
186
+ ports :
187
+ - containerPort : {{ .Values.node.metricsPort }}
188
+ name : metrics
189
+ protocol : TCP
186
190
livenessProbe :
187
191
failureThreshold : 5
188
192
httpGet :
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ spec:
134
134
- " --user-agent-suffix=OSS-kubectl"
135
135
- " --metrics-address=0.0.0.0:29635"
136
136
- " --enable-aznfs-mount=true"
137
+ ports :
138
+ - containerPort : 29635
139
+ name : metrics
140
+ protocol : TCP
137
141
livenessProbe :
138
142
failureThreshold : 5
139
143
httpGet :
You can’t perform that action at this time.
0 commit comments