diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index c037454..8622905 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -9,16 +9,22 @@ type: Opaque stringData: additional-scrape-configs.yaml: | # This content will be auto-updated by the pipeline - - job_name: dev-tools + - job_name: harbor static_configs: - targets: - harbor-core.dev-tools.svc.cluster.local:8001 + - job_name: vault + static_configs: - targets: - vault.dev-tools.svc.cluster.local:8200 - - targets: - - woodpecker-server.dev-tools.svc.cluster.local:9000 - - targets: - - gitea-http.dev-tools.svc.cluster.local:3000 metrics_path: /v1/sys/metrics scheme: http + - job_name: woodpecker + static_configs: + - targets: + - woodpecker-server.dev-tools.svc.cluster.local:9000 + - job_name: gitea + static_configs: + - targets: + - gitea-http.dev-tools.svc.cluster.local:3000 bearer_token: prometheusmetricstoken