Merge branch 'main' into test_redis_update

This commit is contained in:
isaac-hammes 2023-08-14 08:31:59 -07:00 committed by GitHub
commit 2940d6f780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 64 additions and 41 deletions

View file

@ -110,9 +110,9 @@ 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: "[0,0.25,0.5,1,2,4,8,16,32,64,128,256,512]"
- name: ONDEMAND_REQUEST_TTL

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