(maint) Update redis version, add env REDIS_RECONNECT_ATTEMPTS

Update from v10 to v13 of bitnami's redis chart, as it should not contain
breaking changes. Adding REDIS_RECONNECT_ATTEMPTS which defaulted to 10
and is now set to 40, which should result in retrying at least 25 minutes
before returning a failure
This commit is contained in:
Samuel Beaulieu 2022-03-28 10:50:18 -05:00
parent 56ec2833f8
commit caf702a9bc
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
3 changed files with 7 additions and 5 deletions

View file

@ -111,6 +111,8 @@ spec:
value: "200"
- name: REDIS_CONNECTION_POOL_TIMEOUT
value: "40"
- name: REDIS_RECONNECT_ATTEMPTS
value: "40"
- name: ONDEMAND_REQUEST_TTL
value: "50"
- name: ONDEMAND_CLONE_LIMIT