diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 64ebf430ca..2238844d7f 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 3.0.4 +version: 3.0.5 appVersion: 4.0.9 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index 61b9ac1be4..8dcdcbe753 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -113,21 +113,21 @@ master: ## Redis Master Liveness Probe livenessProbe: - enabled: false - # initialDelaySeconds: 30 - # periodSeconds: 10 - # timeoutSeconds: 5 - # successThreshold: 1 - # failureThreshold: 5 + enabled: true + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1 + failureThreshold: 5 ## Redis Master Readiness Probe readinessProbe: - enabled: false - # initialDelaySeconds: 5 - # periodSeconds: 10 - # timeoutSeconds: 1 - # successThreshold: 1 - # failureThreshold: 5 + enabled: true + initialDelaySeconds: 5 + periodSeconds: 10 + timeoutSeconds: 1 + successThreshold: 1 + failureThreshold: 5 ## Redis Master Node labels and tolerations for pod assignment ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#taints-and-tolerations-beta-feature