Skip to content

Commit

Permalink
fix: rename proxy_config to proxyConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Jul 8, 2024
1 parent 56265fd commit 1a2768f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ config:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ account-lookup-service:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-handler-notification/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ config:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ ml-api-adapter-handler-notification:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CONFIG:
proxy_cache: &PROXY_CACHE
enabled: false
type: redis
proxy_config:
proxyConfig:
host: proxy-cache-redis-master
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion quoting-service/chart-handler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ config:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down
2 changes: 1 addition & 1 deletion quoting-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ quoting-service-handler:
proxy_cache:
enabled: false
type: redis
proxy_config:
proxyConfig:
host: redis
port: 6379
db: 0
Expand Down

0 comments on commit 1a2768f

Please sign in to comment.