File tree Expand file tree Collapse file tree 3 files changed +23
-31
lines changed Expand file tree Collapse file tree 3 files changed +23
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ resources:
66 - cilium-service-monitor.yaml
77 - ./loki
88 - ./promtail
9- - external/shell-servers.yaml
109patches :
1110 - container-images.patch.yaml
1211 - cluster-wide.patch.yaml
1312 - grafana-dashboards.patch.yaml
13+ - prometheus-additional-scrape-configs.patch.yaml
1414patchesJson6902 :
1515 - target :
1616 version : v1
Original file line number Diff line number Diff line change 1+ apiVersion : monitoring.coreos.com/v1
2+ kind : Prometheus
3+ metadata :
4+ namespace : monitoring
5+ name : k8s
6+ spec :
7+ additionalScrapeConfigs :
8+ name : additional-scrape-configs
9+ key : prometheus-additional.yaml
10+ ---
11+ apiVersion : v1
12+ kind : Secret
13+ metadata :
14+ name : additional-scrape-configs
15+ type : Opaque
16+ stringData :
17+ prometheus-additional.yaml : |
18+ - job_name: "prometheus"
19+ static_configs:
20+ - job_name: "shell-server"
21+ targets:
22+ - de1.hashbang.sh/metrics
You can’t perform that action at this time.
0 commit comments