fix checkoutservice ports

This commit is contained in:
Abhilash Gnan 2019-05-04 14:33:18 +02:00
parent b67c91b545
commit 086c87286b

View file

@ -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