Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Use SIGTERM on timeout for probes (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
air3ijai authored Mar 3, 2023
1 parent 360faf9 commit e80cc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keydb/templates/cm-health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
[[ -n "${REDIS_PASSWORD}" ]] && export REDISCLI_AUTH="${REDIS_PASSWORD}"
response="$(
timeout -s 3 "${1}" \
timeout -s 15 "${1}" \
keydb-cli \
-h localhost \
-p "${REDIS_PORT}" \
Expand All @@ -32,7 +32,7 @@ data:
[[ -n "${REDIS_PASSWORD}" ]] && export REDISCLI_AUTH="${REDIS_PASSWORD}"
response="$(
timeout -s 3 "${1}" \
timeout -s 15 "${1}" \
keydb-cli \
-h localhost \
-p "${REDIS_PORT}" \
Expand Down

0 comments on commit e80cc01

Please sign in to comment.