fix recommendationservice ports

This commit is contained in:
Abhilash Gnan 2019-05-04 14:34:02 +02:00
parent 42e3d2d467
commit 3ed84827df

View file

@ -40,6 +40,8 @@ spec:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:8080"] command: ["/bin/grpc_health_probe", "-addr=:8080"]
env: env:
- name: PORT
value: "8080"
- name: PRODUCT_CATALOG_SERVICE_ADDR - name: PRODUCT_CATALOG_SERVICE_ADDR
value: "productcatalogservice:3550" value: "productcatalogservice:3550"
resources: resources: