diff --git a/account-lookup-service/values.yaml b/account-lookup-service/values.yaml index 87a4b3298..2796dc86a 100644 --- a/account-lookup-service/values.yaml +++ b/account-lookup-service/values.yaml @@ -688,7 +688,7 @@ account-lookup-service-admin: # memory: 128Mi account-lookup-service-handler-timeout: - enabled: true + enabled: false # Default values for account-lookup-service. # This is a YAML-formatted file. # Declare variables to be passed into your templates. diff --git a/mojaloop/values.yaml b/mojaloop/values.yaml index 275612968..af24a9bd7 100644 --- a/mojaloop/values.yaml +++ b/mojaloop/values.yaml @@ -83,7 +83,7 @@ CONFIG: ## PROXY CACHE proxy_cache: &PROXY_CACHE - enabled: false + enabled: &PROXY_CACHE_ENABLED false type: redis-cluster # redis-cluster is the preferred and the only tested cache type proxyConfig: cluster: @@ -854,7 +854,7 @@ account-lookup-service: affinity: {} account-lookup-service-handler-timeout: - enabled: true + enabled: *PROXY_CACHE_ENABLED # Default values for account-lookup-service-handler-timeout. image: registry: docker.io