mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-25 07:04:27 +00:00
reneable healthcheck for csi-node-driver
This commit is contained in:
@@ -63,8 +63,8 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
# image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1
|
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1
|
||||||
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
|
# image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
|
||||||
args:
|
args:
|
||||||
- --v=5
|
- --v=5
|
||||||
- --csi-address=$(ADDRESS) # the csi socket path inside the pod
|
- --csi-address=$(ADDRESS) # the csi socket path inside the pod
|
||||||
@@ -87,12 +87,12 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 9809
|
- containerPort: 9809
|
||||||
name: healthz
|
name: healthz
|
||||||
# livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /healthz
|
path: /healthz
|
||||||
# port: healthz
|
port: healthz
|
||||||
# initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
# timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
- name: csi-plugin
|
- name: csi-plugin
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
Reference in New Issue
Block a user