Skip to content

Commit 5c31596

Browse files
authored
connect-datadog: init (#60402)
1 parent 6a9acf3 commit 5c31596

File tree

5 files changed

+111
-16
lines changed

5 files changed

+111
-16
lines changed

config/kubernetes/default/deployments/webapp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: webapp
5+
annotations:
6+
moda.github.net/inject-unified-service-tag-env-var: docs-internal
57
spec:
68
replicas: 1
79
selector:

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: webapp
55
annotations:
66
moda.github.net/allow-missing-ready-pods: '1'
7+
moda.github.net/inject-unified-service-tag-env-var: docs-internal
78
spec:
89
replicas: 12
910
strategy:

0 commit comments

Comments
 (0)