auto: update Prometheus scrape config
This commit is contained in:
parent
61caef3c18
commit
b8622238d0
@ -7,7 +7,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: prometheus
|
app.kubernetes.io/name: prometheus
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
additional-scrape-configs.yaml: |
|
additional-scrape-configs.yaml: |+
|
||||||
# This content will be auto-updated by the pipeline
|
# This content will be auto-updated by the pipeline
|
||||||
- job_name: harbor
|
- job_name: harbor
|
||||||
static_configs:
|
static_configs:
|
||||||
@ -31,3 +31,9 @@ stringData:
|
|||||||
- targets:
|
- targets:
|
||||||
- gitea-http.dev-tools.svc.cluster.local:3000
|
- gitea-http.dev-tools.svc.cluster.local:3000
|
||||||
bearer_token: prometheusmetricstoken
|
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