add jaeger support for productcatalog and shipping. (#126)

This commit is contained in:
rghetia 2019-01-22 09:56:39 -08:00 committed by Ahmet Alp Balkan
parent 10dfd04ab1
commit 54f0a8d058
7 changed files with 299 additions and 78 deletions

View file

@ -34,6 +34,9 @@ spec:
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:3550"]
# env:
# - name: JAEGER_SERVICE_ADDR
# value: "jaeger-collector:14268"
resources:
requests:
cpu: 100m

View file

@ -34,6 +34,9 @@ spec:
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
# env:
# - name: JAEGER_SERVICE_ADDR
# value: "jaeger-collector:14268"
resources:
requests:
cpu: 100m