mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add kube-state-metrics autoconf by default (#1481)
This commit is contained in:
committed by
Reinhard Nägele
parent
cdb18cc499
commit
9ab6c8b822
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 0.7.0
|
||||
version: 0.7.1
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user