mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
23 lines
709 B
YAML
Executable File
23 lines
709 B
YAML
Executable File
# on what port are the metrics exposed by etcd. Use port 2379 for https
|
|
etcdPort: 4001
|
|
# for deployments that have etcd deployed outside of the cluster, list their adresses here
|
|
endpoints: []
|
|
# Are we talking http or https?
|
|
scheme: http
|
|
# default rules are in templates/etcd3.rules.yaml
|
|
# prometheusRules: {}
|
|
|
|
# TLS Cofiguration for the service monitor, default to none, but append cert and keyfile if passed
|
|
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
|
|
certFile: ""
|
|
keyFile: ""
|
|
|
|
## Custom Labels to be added to ServiceMonitor
|
|
##
|
|
additionalServiceMonitorLabels: {}
|
|
##Custom Labels to be added to Prometheus Rules ConfigMap
|
|
##
|
|
additionalRulesConfigMapLabels: {}
|
|
|
|
serviceMonitor:
|
|
create: true |