Merge pull request #99 from andyzhangx/change-port-num
chore: change port num for health check
This commit is contained in:
commit
507c01ab7f
@ -50,7 +50,7 @@ spec:
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --health-port=29652
|
||||
- --v=5
|
||||
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
|
||||
volumeMounts:
|
||||
|
||||
@ -23,7 +23,7 @@ spec:
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --health-port=29653
|
||||
- --v=5
|
||||
imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }}
|
||||
volumeMounts:
|
||||
|
||||
@ -48,7 +48,7 @@ spec:
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --health-port=29652
|
||||
- --v=5
|
||||
volumeMounts:
|
||||
- name: socket-dir
|
||||
|
||||
@ -23,7 +23,7 @@ spec:
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --probe-timeout=3s
|
||||
- --health-port=29642
|
||||
- --health-port=29653
|
||||
- --v=5
|
||||
volumeMounts:
|
||||
- name: socket-dir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user