Skip to content

Commit

Permalink
feat: added datadog labels
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebrito16 committed Jun 11, 2024
1 parent 9e55f2a commit 79c3c25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deploy/as-k8s/service.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
enable: true
replicas: 1
name: svc
labels: {}
labels:
tags.datadoghq.com/service: ""
tags.datadoghq.com/version: ""
annotations: {}
imagePullSecrets: true
imagePullSecretsName: registry-token
Expand All @@ -19,7 +21,9 @@
#@schema/type any=True
requests: []

templateLabels: {}
templateLabels:
tags.datadoghq.com/service: ""
tags.datadoghq.com/version: ""
matchLabels:
overwrite: false
labels: {}
Expand Down

0 comments on commit 79c3c25

Please sign in to comment.