mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
c351b747b2
commit
349d8bcaa8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user