[stable/redis-ha] Liveness probe just check instance liveness (#10521)

* Simplify sentinel livenessprobe

Signed-off-by: globegitter <markus.padourek@ecosia.org>

* Bump version

Signed-off-by: globegitter <markus.padourek@ecosia.org>

* Bump chart version and address comment.

Signed-off-by: globegitter <markus.padourek@ecosia.org>
This commit is contained in:
Markus Padourek
2019-01-15 03:34:04 -08:00
committed by Kubernetes Prow Robot
parent c351b747b2
commit 349d8bcaa8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 3.1.0
version: 3.1.1
appVersion: 5.0.3
description: Highly available Kubernetes implementation of Redis
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
@@ -84,7 +84,7 @@ spec:
{{- end }}
livenessProbe:
exec:
command: [ "sh", "/probes/check-quorum.sh", "{{ .Values.redis.port }}"]
command: [ "sh", "/probes/readiness.sh", "{{ .Values.redis.port }}"]
initialDelaySeconds: 15
periodSeconds: 5
readinessProbe:
@@ -119,7 +119,7 @@ spec:
{{- end }}
livenessProbe:
exec:
command: [ "sh", "/probes/check-quorum.sh", "{{ .Values.sentinel.port }}"]
command: [ "sh", "/probes/readiness.sh", "{{ .Values.sentinel.port }}"]
initialDelaySeconds: 15
periodSeconds: 5
readinessProbe: