Skip to content

Commit 651a8d9

Browse files
add datadog to clio (#660)
1 parent ba0bdf4 commit 651a8d9

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

ansible/group_vars/alpha-clio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ container_envs:
2323
value: "{{ rabbit_port }}"
2424
- name: RABBITMQ_USERNAME
2525
value: "{{ rabbit_username }}"
26+
- name: DATADOG_HOST
27+
valueFrom: "spec.nodeName"
28+
- name: DATADOG_PORT
29+
value: "{{ datadog_port }}"

ansible/k8/delta/clio/deployments/clio

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@ spec:
4242
value: "54321"
4343
- name: RABBITMQ_USERNAME
4444
value: "o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM"
45+
- name: DATADOG_HOST
46+
valueFrom:
47+
fieldRef:
48+
fieldPath: spec.nodeName
49+
- name: DATADOG_PORT
50+
value: "8125"
4551
ports:
4652
- containerPort: 8008

ansible/k8/gamma/clio/deployments/clio

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@ spec:
4242
value: "5672"
4343
- name: RABBITMQ_USERNAME
4444
value: "o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM"
45+
- name: DATADOG_HOST
46+
valueFrom:
47+
fieldRef:
48+
fieldPath: spec.nodeName
49+
- name: DATADOG_PORT
50+
value: "8125"
4551
ports:
4652
- containerPort: 8008

0 commit comments

Comments
 (0)