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