Please work
This commit is contained in:
parent
5058fd7956
commit
fd24ce861d
@ -3,6 +3,8 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: prometheus-additional-scrape-configs
|
name: prometheus-additional-scrape-configs
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: prometheus
|
||||||
data:
|
data:
|
||||||
additional-scrape-configs.yaml: |
|
additional-scrape-configs.yaml: |
|
||||||
- job_name: gitea
|
- job_name: gitea
|
||||||
@ -10,4 +12,13 @@ data:
|
|||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- git.dvirlabs.com
|
- gitea-http.gitea.svc.cluster.local:3000
|
||||||
|
authorization:
|
||||||
|
type: Bearer
|
||||||
|
credentials: prometheusmetricstoken
|
||||||
|
|
||||||
|
- job_name: vault
|
||||||
|
metrics_path: /metrics
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- vault.dev-tools.svc.cluster.local:8200
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user