Skip to content

Commit

Permalink
fix: incorrect http endpoint port num in v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Apr 10, 2024
1 parent 0e77d5e commit ba2ddab
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 ba2ddab

Please sign in to comment.