File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
blob-csi-driver/templates Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ spec:
183183 - " --allow-inline-volume-key-access-with-idenitity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}"
184184 - " --enable-aznfs-mount={{ .Values.node.enableAznfsMount }}"
185185 - " --metrics-address=0.0.0.0:{{ .Values.node.metricsPort }}"
186+ ports :
187+ - containerPort : {{ .Values.node.metricsPort }}
188+ name : metrics
189+ protocol : TCP
186190 livenessProbe :
187191 failureThreshold : 5
188192 httpGet :
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ spec:
134134 - " --user-agent-suffix=OSS-kubectl"
135135 - " --metrics-address=0.0.0.0:29635"
136136 - " --enable-aznfs-mount=true"
137+ ports :
138+ - containerPort : 29635
139+ name : metrics
140+ protocol : TCP
137141 livenessProbe :
138142 failureThreshold : 5
139143 httpGet :
You can’t perform that action at this time.
0 commit comments