mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
17700e5600
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
9 lines
211 B
YAML
9 lines
211 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
kubeconfig_file: /user1/.kube/config
|
|
basic_auth:
|
|
username: user
|
|
password: password
|