Skip to content

Commit

Permalink
Merge pull request #769 from andyzhangx/http-endpoint-v1.14.0-fix
Browse files Browse the repository at this point in the history
fix: incorrect http endpoint port num in v1.14.0
  • Loading branch information
andyzhangx authored Apr 10, 2024
2 parents 0e77d5e + ba2ddab commit 88bee0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified charts/v1.14.0/csi-driver-smb-v1.14.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
httpGet:
host: localhost
path: /healthz
port: {{ .Values.node.livenessProbe.healthPort }}
port: {{ .Values.controller.livenessProbe.healthPort }}
initialDelaySeconds: 30
timeoutSeconds: 10
periodSeconds: 30
Expand Down

0 comments on commit 88bee0b

Please sign in to comment.