From a961ccec7ed831bab1313c8ab3afce4b91a240eb Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 1 Jun 2025 15:09:28 +0300 Subject: [PATCH] Back to cm --- .../prometheus/prometheus-additional-scrape-configs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/prometheus/prometheus-additional-scrape-configs.yaml b/manifests/prometheus/prometheus-additional-scrape-configs.yaml index 314d3fd..94c39de 100644 --- a/manifests/prometheus/prometheus-additional-scrape-configs.yaml +++ b/manifests/prometheus/prometheus-additional-scrape-configs.yaml @@ -1,12 +1,11 @@ apiVersion: v1 -kind: Secret +kind: ConfigMap metadata: name: prometheus-additional-scrape-configs namespace: monitoring labels: app.kubernetes.io/name: prometheus -type: Opaque -stringData: +data: additional-scrape-configs.yaml: | - job_name: gitea metrics_path: /metrics