From 9ab6c8b8222f3da314e90dddba74cda5b4bc106f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AFssam=20Kaj?= Date: Fri, 21 Jul 2017 23:36:09 +0200 Subject: [PATCH] Add kube-state-metrics autoconf by default (#1481) --- stable/datadog/Chart.yaml | 2 +- stable/datadog/values.yaml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index bd5189e5d0..7477af9860 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 0.7.0 +version: 0.7.1 description: DataDog Agent keywords: - monitoring diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index b286618603..570fb6be48 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -79,14 +79,13 @@ datadog: ## Each key will become a file in /conf.d/auto_conf ## ref: https://github.com/DataDog/docker-dd-agent#configuration-files ## - # autoconf: - # redisdb.yaml: |- - # docker_images: - # - redis - # init_config: - # instances: - # - host: "%%host%%" - # port: "%%port%%" + autoconf: + kubernetes_state.yaml: |- + docker_images: + - kube-state-metrics + init_config: + instances: + - kube_state_url: http://%%host%%:%%port%%/metrics ## Provide additonal service definitions ## Each key will become a file in /conf.d