File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
charts/aws-ebs-csi-driver Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : " 0.9.0"
33name : aws-ebs-csi-driver
44description : A Helm chart for AWS EBS CSI Driver
5- version : 0.9.12
5+ version : 0.9.13
66kubeVersion : " >=1.17.0-0"
77home : https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88sources :
Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ spec:
105105 timeoutSeconds : 3
106106 periodSeconds : 10
107107 failureThreshold : 5
108+ readinessProbe :
109+ httpGet :
110+ path : /healthz
111+ port : healthz
112+ initialDelaySeconds : 10
113+ timeoutSeconds : 3
114+ periodSeconds : 10
115+ failureThreshold : 5
108116 {{- with .Values.resources }}
109117 resources : {{ toYaml . | nindent 12 }}
110118 {{- end }}
Original file line number Diff line number Diff line change 6565 timeoutSeconds : 3
6666 periodSeconds : 10
6767 failureThreshold : 5
68+ readinessProbe :
69+ httpGet :
70+ path : /healthz
71+ port : healthz
72+ initialDelaySeconds : 10
73+ timeoutSeconds : 3
74+ periodSeconds : 10
75+ failureThreshold : 5
6876 - name : csi-provisioner
6977 image : k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2
7078 args :
You can’t perform that action at this time.
0 commit comments