aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-06-25 19:43:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-25 19:43:36 +0000
commit7696e3865b96f0bb49333fbdf68c03057df8c74b (patch)
treedb2c667c00888e975c8eecf37d64ba4ab810b9ec /kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates
parent672d736a054ddffaecd2910a8171844fddc38bdd (diff)
parent94bfc956f43bcaec29f2fc9844b9ca4c35d72260 (diff)
Merge "Integrate collectd, prometheus and grafana."
Diffstat (limited to 'kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates')
-rw-r--r--kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml b/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml
index 6935398b..5d428769 100644
--- a/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml
+++ b/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml
@@ -25,6 +25,11 @@ metadata:
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
spec:
+ selector:
+ matchLabels:
+ app: {{ template "name" . }}
+ collector: collectd
+ release: {{ .Release.Name }}
replicas: {{ .Values.replicaCount }}
updateStrategy:
type: RollingUpdate