Skip to content

Commit 8242349

Browse files
committed
pass host ip to web for dogstatsd
1 parent f728b8f commit 8242349

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/web/base/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ spec:
8686
- name: metacpan-web-local
8787
mountPath: /app/metacpan_web_local.conf
8888
subPath: metacpan_web_local.conf
89+
env:
90+
- name: DD_AGENT_HOST
91+
valueFrom:
92+
fieldRef:
93+
fieldPath: status.hostIP
8994
volumes:
9095
- name: metacpan-web-local
9196
secret:

0 commit comments

Comments
 (0)