Skip to content

Commit

Permalink
Split out redis
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Mar 22, 2023
1 parent 4c5b20b commit 6d74034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/manifest-dallas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ config:
allow_force_cache_header: false
storage_ttl: 3600
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-aladhan-master
plugin: proxy-cache-redis
---
apiVersion: configuration.konghq.com/v1
Expand Down
2 changes: 1 addition & 1 deletion .k8s/manifest-london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ config:
allow_force_cache_header: false
storage_ttl: 3600
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-aladhan-master
plugin: proxy-cache-redis
---
apiVersion: configuration.konghq.com/v1
Expand Down
2 changes: 1 addition & 1 deletion .k8s/manifest-singapore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ config:
allow_force_cache_header: false
storage_ttl: 3600
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-aladhan-master
plugin: proxy-cache-redis
---
apiVersion: configuration.konghq.com/v1
Expand Down

0 comments on commit 6d74034

Please sign in to comment.