Skip to content

Commit

Permalink
doc: added inline example of Jaeger config for Agent Daemonset setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 authored and aeneasr committed Dec 31, 2020
1 parent f36c532 commit 67e7681
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helm/charts/hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ hydra:
urls:
self: {}

# If you want to use Jaeger with agents being deployed in a daemonset, you can
# use the following ENV vars to configure the right endpoints using the IP
# address of the node the pod has been deployed to.
#
# env:
# - name: JAEGER_AGENT_HOST
# valueFrom:
# fieldRef:
# fieldPath: status.hostIP
# - name: TRACING_PROVIDERS_JAEGER_LOCAL_AGENT_ADDRESS
# value: $(JAEGER_AGENT_HOST):6831
# - name: TRACING_PROVIDERS_JAEGER_SAMPLING_SERVER_URL
# value: http://$(JAEGER_AGENT_HOST):5778

autoMigrate: false
dangerousForceHttp: false
dangerousAllowInsecureRedirectUrls: false
Expand Down

0 comments on commit 67e7681

Please sign in to comment.