Merge pull request #108 from puppetlabs/add_redis_connect_options

(RE-15638) Make redis connection options configurable
This commit is contained in:
Jake Spain 2023-08-10 15:36:05 -04:00 committed by GitHub
commit 11617df909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -16,6 +16,10 @@ vm_lifetime: '2'
vm_lifetime_auth: '12'
timeout: '15'
redis_connection_pool_size: '200'
redis_connection_pool_timeout: '40'
redis_reconnect_attempts: '40'
:dns_configs:
:example:
dns_class: dynamic-dns