k8s: new env vars for cartservice
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
21909b4674
commit
795fb3f80e
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ spec:
|
|||
env:
|
||||
- name: REDIS_ADDR
|
||||
value: "redis-cart:6379"
|
||||
- name: CART_SERVICE_PORT
|
||||
- name: PORT
|
||||
value: "7070"
|
||||
- name: CART_SERVICE_ADDR
|
||||
- name: LISTEN_ADDR
|
||||
value: "0.0.0.0"
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in a new issue