artifacts/chart/values.yaml
sbiswas-suplari 0564e214ee Adding ability to replace dimensions to enable aggregation across dimensions (#12)
* Adding ability to replace dimensions. This is useful to aggregate metrics across dimensions in the kube_state metrics namespace. The aggregation across dimensions is neccessary for adding CloudWatch alarms to kube-state metrics for the variable number of pods/container/nodes that will exist in our EKS clusters

* Don't add replacement if not configured

* Addressing PR comments: Add new flag and contributor
2019-02-26 14:28:42 -05:00

37 lines
672 B
YAML

# Default values for prometheus-to-cloudwatch. Update them per your requirements
#
replicaCount: 1
env:
CLOUDWATCH_NAMESPACE: "kube-state-metrics"
CLOUDWATCH_REGION: "us-east-1"
CLOUDWATCH_PUBLISH_TIMEOUT: "5"
PROMETHEUS_SCRAPE_INTERVAL: "20"
PROMETHEUS_SCRAPE_URL: "http://xxxxxxxxxxxx:8080/metrics"
CERT_PATH: ""
KEY_PATH: ""
ACCEPT_INVALID_CERT: "true"
REPLACE_DIMENSIONS: "xxx=yyy,aaa=bbb"
secrets:
AWS_ACCESS_KEY_ID:
AWS_SECRET_ACCESS_KEY:
image:
repository: "cloudposse/prometheus-to-cloudwatch"
tag: "0.1.2"
pullPolicy: "Always"
annotations: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
volume:
emptyDir: {}