diff --git a/charts/redis-operator/Chart.yaml b/charts/redis-operator/Chart.yaml index cfbac9ca2..2e4f903db 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.18.1 +version: 0.18.2 appVersion: "0.18.0" description: Provides easy redis setup definitions for Kubernetes services, and deployment. engine: gotpl diff --git a/charts/redis-operator/templates/operator-deployment.yaml b/charts/redis-operator/templates/operator-deployment.yaml index 613c69fd0..b552edd08 100644 --- a/charts/redis-operator/templates/operator-deployment.yaml +++ b/charts/redis-operator/templates/operator-deployment.yaml @@ -46,6 +46,12 @@ spec: - containerPort: 9443 name: webhook-server protocol: TCP + readinessProbe: + initialDelaySeconds: 15 + timeoutSeconds: 3 + livenessProbe: + initialDelaySeconds: 10 + timeoutSeconds: 3 volumeMounts: - mountPath: /tmp/k8s-webhook-server/serving-certs name: cert