Support elasticache redis cart
This commit is contained in:
parent
dc98b16a4d
commit
acd728efcf
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ spec:
|
|||
- containerPort: 7070
|
||||
env:
|
||||
- name: REDIS_ADDR
|
||||
value: "redis-cart:6379"
|
||||
# value: "redis-cart:6379"
|
||||
value: "eks-demo-redis.dowsgo.ng.0001.usw2.cache.amazonaws.com:6379"
|
||||
- name: PORT
|
||||
value: "7070"
|
||||
- name: LISTEN_ADDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue