auto: update Prometheus scrape config
This commit is contained in:
parent
61caef3c18
commit
b8622238d0
@ -7,7 +7,7 @@ metadata:
|
||||
app.kubernetes.io/name: prometheus
|
||||
type: Opaque
|
||||
stringData:
|
||||
additional-scrape-configs.yaml: |
|
||||
additional-scrape-configs.yaml: |+
|
||||
# This content will be auto-updated by the pipeline
|
||||
- job_name: harbor
|
||||
static_configs:
|
||||
@ -31,3 +31,9 @@ stringData:
|
||||
- targets:
|
||||
- gitea-http.dev-tools.svc.cluster.local:3000
|
||||
bearer_token: prometheusmetricstoken
|
||||
- job_name: minio-bitnami
|
||||
static_configs:
|
||||
- targets:
|
||||
- minio.dev-tools.svc.cluster.local:9000
|
||||
|
||||
...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user