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 77efb0f commit c81fe12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .k8s/manifest-dallas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ config:
- application/json
cache_ttl: 86400
cache_control: false
storage_ttl: 259200
storage_ttl: 86400
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-alquran-master
plugin: proxy-cache-redis
# Deployment
---
Expand Down
4 changes: 2 additions & 2 deletions .k8s/manifest-london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ config:
- application/json
cache_ttl: 86400
cache_control: false
storage_ttl: 259200
storage_ttl: 86400
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-alquran-master
plugin: proxy-cache-redis
---
# Service
Expand Down
4 changes: 2 additions & 2 deletions .k8s/manifest-singapore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ config:
- application/json
cache_ttl: 86400
cache_control: false
storage_ttl: 259200
storage_ttl: 86400
redis_port: 6379
redis_host: redis-cache-master
redis_host: redis-cache-alquran-master
plugin: proxy-cache-redis
---
# Service
Expand Down

0 comments on commit c81fe12

Please sign in to comment.