Make redis connection options configurable

This commit is contained in:
Jake Spain 2023-07-10 15:10:02 -04:00
parent 55afa20e71
commit 54951bdc5f
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 7 additions and 3 deletions

View file

@ -110,11 +110,11 @@ spec:
- name: REDIS_SERVER
value: 'redis-master'
- name: REDIS_CONNECTION_POOL_SIZE
value: "200"
value: '{{ .Values.redis_connection_pool_size }}'
- name: REDIS_CONNECTION_POOL_TIMEOUT
value: "40"
value: '{{ .Values.redis_connection_pool_timeout }}'
- name: REDIS_RECONNECT_ATTEMPTS
value: "40"
value: '{{ .Values.redis_reconnect_attempts }}'
- name: ONDEMAND_REQUEST_TTL
value: '{{ .Values.ondemand_request_ttl }}'
- name: ONDEMAND_CLONE_LIMIT