Please work
This commit is contained in:
parent
5058fd7956
commit
fd24ce861d
@ -3,6 +3,8 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: prometheus-additional-scrape-configs
|
||||
namespace: monitoring
|
||||
labels:
|
||||
app.kubernetes.io/name: prometheus
|
||||
data:
|
||||
additional-scrape-configs.yaml: |
|
||||
- job_name: gitea
|
||||
@ -10,4 +12,13 @@ data:
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- 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