[stable/datadog] Tag pods for deployments service to only use deployment (#2702)

This commit is contained in:
Josh Souza
2017-12-21 08:36:34 -08:00
committed by k8s-ci-robot
parent 8aa0dfc8ea
commit 3a7a4983ae
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 0.10.2
version: 0.10.3
description: DataDog Agent
keywords:
- monitoring
+1
View File
@@ -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 }}
+1
View File
@@ -11,6 +11,7 @@ spec:
type: {{ .Values.serviceType }}
selector:
app: {{ template "datadog.fullname" . }}
type: deployment
ports:
- port: 8125
name: dogstatsdport