Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Aug 22, 2024
1 parent b1c568e commit aad6d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CONFIG:
## PROXY CACHE
proxy_cache: &PROXY_CACHE
enabled: false
type: redis-cluster
type: redis-cluster # redis-cluster is the preferred and the only tested cache type
proxyConfig:
cluster:
- host: proxy-cache-redis
Expand Down Expand Up @@ -874,7 +874,7 @@ account-lookup-service:
##
pullSecrets: []

replicaCount: 1
replicaCount: 1 # timeout handler is designed to run as a single instance
command: '["node", "src/handlers/index.js", "handlers", "--timeout"]'

nameOverride: ""
Expand Down

0 comments on commit aad6d3e

Please sign in to comment.