mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
[bitnami/redis-cluster] Fix zombie processes in probes (#5335)
Signed-off-by: fdepaz <fdepaz@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
455e739724
commit
f0655edcd8
@@ -23,4 +23,4 @@ name: redis-cluster
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
version: 4.3.0
|
||||
version: 4.3.1
|
||||
|
||||
@@ -18,7 +18,7 @@ data:
|
||||
export REDISCLI_AUTH=$REDIS_PASSWORD
|
||||
{{- end }}
|
||||
response=$(
|
||||
timeout -s 9 $1 \
|
||||
timeout -s 3 $1 \
|
||||
redis-cli \
|
||||
-h localhost \
|
||||
{{- if .Values.tls.enabled }}
|
||||
@@ -44,7 +44,7 @@ data:
|
||||
export REDISCLI_AUTH=$REDIS_PASSWORD
|
||||
{{- end }}
|
||||
response=$(
|
||||
timeout -s 9 $1 \
|
||||
timeout -s 3 $1 \
|
||||
redis-cli \
|
||||
-h localhost \
|
||||
{{- if .Values.tls.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user