auto: update Prometheus scrape config
This commit is contained in:
parent
fa76f799df
commit
f6cc3bc70f
@ -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:
|
||||||
@ -36,4 +36,8 @@ stringData:
|
|||||||
- targets:
|
- targets:
|
||||||
- minio.infra.svc.cluster.local:9000
|
- minio.infra.svc.cluster.local:9000
|
||||||
|
|
||||||
...
|
- job_name: nextcloud
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- nextcloud.my-apps.svc.cluster.local:9205
|
||||||
|
scheme: http
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user