mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/datadog] Tag pods for deployments service to only use deployment (#2702)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 0.10.2
|
||||
version: 0.10.3
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -12,6 +12,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "datadog.fullname" . }}
|
||||
type: deployment
|
||||
name: {{ template "datadog.fullname" . }}
|
||||
annotations:
|
||||
checksum/autoconf-config: {{ toYaml .Values.datadog.autoconf | sha256sum }}
|
||||
|
||||
@@ -11,6 +11,7 @@ spec:
|
||||
type: {{ .Values.serviceType }}
|
||||
selector:
|
||||
app: {{ template "datadog.fullname" . }}
|
||||
type: deployment
|
||||
ports:
|
||||
- port: 8125
|
||||
name: dogstatsdport
|
||||
|
||||
Reference in New Issue
Block a user