Skip to content

Commit

Permalink
feat: disable ALS timeout handler if proxy cache is disabled (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Aug 26, 2024
1 parent 1624148 commit 52ab85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52ab85e

Please sign in to comment.