* Update `LICENSE` and `.gitignore` * Init * Update `README` * Add Helm chart * Update `README` * Update chart * Add `requirements.yaml` * Update chart * Update chart * Update chart * Update chart * Update `Go` code * Update `Go` code * Update `Go` code * Update `Go` code * Update `README` * Update `README` * Update `Go` files * Update `Go` files * Update `Go` files * Add Helm chart * Update chart * Update `README` * Update `Go` files * Update charts * Update charts * If AWS credentials are not provided in the command-line arguments or ENV variables, the module will try to assume an IAM Role * Rename folder * Update `README` * Update `README` * Rename folder * Update `README` * Add `requirements.yaml` * Update chart
36 lines
636 B
YAML
36 lines
636 B
YAML
# Default values for prometheus-to-cloudwatch
|
|
#
|
|
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"
|
|
PROMETHEUS_CERT_PATH: ""
|
|
PROMETHEUS_KEY_PATH: ""
|
|
PROMETHEUS_ACCEPT_INVALID_CERT: "true"
|
|
|
|
secrets:
|
|
AWS_ACCESS_KEY_ID:
|
|
AWS_SECRET_ACCESS_KEY:
|
|
|
|
image:
|
|
repository: "cloudposse/prometheus-to-cloudwatch"
|
|
tag: "0.1.0"
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
annotations: {}
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
volume:
|
|
emptyDir: {}
|