fix cartservice listen addr
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
4373f02025
commit
7c83802b9e
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ spec:
|
|||
value: "redis-cart:6379"
|
||||
- name: CART_SERVICE_PORT
|
||||
value: "7070"
|
||||
- name: CART_SERVICE_ADDR
|
||||
value: "127.0.0.1"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue