Skip to content

Commit 2016b32

Browse files
committed
change default liveness-probe from 9808 to 9702
1 parent fbbc851 commit 2016b32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/azurefile-csi-driver.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spec:
2424
args:
2525
- --csi-address=/csi/csi.sock
2626
- --connection-timeout=3s
27+
- --health-port=9702
2728
- name: driver-registrar
2829
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
2930
args:
@@ -58,7 +59,7 @@ spec:
5859
- "--endpoint=$(CSI_ENDPOINT)"
5960
- "--nodeid=$(KUBE_NODE_NAME)"
6061
ports:
61-
- containerPort: 9808
62+
- containerPort: 9702
6263
name: healthz
6364
protocol: TCP
6465
livenessProbe:

0 commit comments

Comments
 (0)