mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
10 lines
212 B
YAML
10 lines
212 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
kubeconfig_file: /user1/.kube/config
|
|
basic_auth:
|
|
username: user
|
|
password: password
|
|
|