Skip to content

Commit

Permalink
Enable tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed May 2, 2019
1 parent 5d9cbaf commit f14592b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions istio-system/istio.yaml
Expand Up @@ -50,7 +50,7 @@ spec:
autoscaleEnabled: false
telemetry:
enabled: true
replicaCount: 2
replicaCount: 1
autoscaleEnabled: false
resources:
requests:
Expand All @@ -64,7 +64,7 @@ spec:

# addon jaeger tracing configuration
tracing:
enabled: false
enabled: true

# common settings
global:
Expand Down
2 changes: 0 additions & 2 deletions prod/frontend/deployment.yaml
Expand Up @@ -35,8 +35,6 @@ spec:
- ./podinfo
- --port=9898
- --level=info
- --random-delay=false
- --random-error=false
env:
- name: PODINFO_BACKEND_URL
value: http://backend:9898/echo
Expand Down

0 comments on commit f14592b

Please sign in to comment.