fix checkoutservice ports
This commit is contained in:
parent
b67c91b545
commit
086c87286b
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ spec:
|
||||||
exec:
|
exec:
|
||||||
command: ["/bin/grpc_health_probe", "-addr=:5050"]
|
command: ["/bin/grpc_health_probe", "-addr=:5050"]
|
||||||
env:
|
env:
|
||||||
|
- name: PORT
|
||||||
|
value: "5050"
|
||||||
- name: PRODUCT_CATALOG_SERVICE_ADDR
|
- name: PRODUCT_CATALOG_SERVICE_ADDR
|
||||||
value: "productcatalogservice:3550"
|
value: "productcatalogservice:3550"
|
||||||
- name: SHIPPING_SERVICE_ADDR
|
- name: SHIPPING_SERVICE_ADDR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue