Skip to content

Commit

Permalink
Disable tracing of jaeger-query service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Aug 21, 2020
1 parent 61c8be6 commit 377e463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions helm/chart/maesh/charts/tracing/templates/jaeger-deployment.yaml
Expand Up @@ -47,11 +47,13 @@ spec:
runAsNonRoot: true
runAsUser: 999
containers:
- env:
- name: COLLECTOR_ZIPKIN_HTTP_PORT
value: "9411"
- name: jaeger
image: {{ .Values.image.jaeger | quote }}
name: jaeger
env:
- name: JAEGER_DISABLED
value: "true"
- name: COLLECTOR_ZIPKIN_HTTP_PORT
value: "9411"
ports:
- containerPort: 5775
protocol: UDP
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/maesh/charts/tracing/values.yaml
@@ -1,2 +1,2 @@
image:
jaeger: jaegertracing/all-in-one:1.13
jaeger: jaegertracing/all-in-one:1.18

0 comments on commit 377e463

Please sign in to comment.