diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 4bd90f7..5a5ba8a 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -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 + +...