Skip to content

Commit ec146b5

Browse files
authored
Merge pull request #320 from andyzhangx/remove-node-metricsPort
fix: remove node metricsPort
2 parents 5e6b684 + 585fd4c commit ec146b5

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed
-7 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ spec:
8383
- containerPort: 29643
8484
name: healthz
8585
protocol: TCP
86-
- containerPort: {{ .Values.node.metricsPort }}
87-
name: metrics
88-
protocol: TCP
8986
livenessProbe:
9087
failureThreshold: 5
9188
httpGet:

charts/latest/csi-driver-smb/templates/csi-smb-node.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ spec:
8585
- containerPort: 29643
8686
name: healthz
8787
protocol: TCP
88-
- containerPort: {{ .Values.node.metricsPort }}
89-
name: metrics
90-
protocol: TCP
9188
livenessProbe:
9289
failureThreshold: 5
9390
httpGet:

deploy/csi-smb-node-windows.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ spec:
8080
- containerPort: 29643
8181
name: healthz
8282
protocol: TCP
83-
- containerPort: 29645
84-
name: metrics
85-
protocol: TCP
8683
livenessProbe:
8784
failureThreshold: 5
8885
httpGet:

deploy/csi-smb-node.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ spec:
7777
- containerPort: 29643
7878
name: healthz
7979
protocol: TCP
80-
- containerPort: 29645
81-
name: metrics
82-
protocol: TCP
8380
livenessProbe:
8481
failureThreshold: 5
8582
httpGet:

0 commit comments

Comments
 (0)