Skip to content

Commit

Permalink
separate jaeger host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed May 25, 2021
1 parent 69da6fe commit ae9b28f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ daemonEnvs:
value: madvdontneed=1
- name: DISABLE_PRE_MIGRATIONS
value: "1"
- name: LOTUS_JAEGER
value: "jaeger-collector-logzio.kube-system:14268"
- name: LOTUS_JAEGER_AGENT_HOST
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.hostIP
- name: LOTUS_JAEGER_AGENT_PORT
value: "6831"


daemonConfig: |
[API]
Expand Down

0 comments on commit ae9b28f

Please sign in to comment.