Skip to content

Commit 88bee0b

Browse files
authored
Merge pull request #769 from andyzhangx/http-endpoint-v1.14.0-fix
fix: incorrect http endpoint port num in v1.14.0
2 parents 0e77d5e + ba2ddab commit 88bee0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
4 Bytes
Binary file not shown.

charts/v1.14.0/csi-driver-smb/templates/csi-smb-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
httpGet:
115115
host: localhost
116116
path: /healthz
117-
port: {{ .Values.node.livenessProbe.healthPort }}
117+
port: {{ .Values.controller.livenessProbe.healthPort }}
118118
initialDelaySeconds: 30
119119
timeoutSeconds: 10
120120
periodSeconds: 30

0 commit comments

Comments
 (0)