From 0d5d30325929eb6f32dfbe75e4d699a2eb94c9db Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 26 Jun 2025 04:19:46 +0300 Subject: [PATCH] Add gitea with token for metrics --- manifests/gitea/monitoring.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/gitea/monitoring.yaml b/manifests/gitea/monitoring.yaml index b4fb6f9..2df01b5 100644 --- a/manifests/gitea/monitoring.yaml +++ b/manifests/gitea/monitoring.yaml @@ -1,3 +1,6 @@ enabled: true targets: - - gitea-http.dev-tools.svc.cluster.local:3000 \ No newline at end of file + - gitea-http.dev-tools.svc.cluster.local:3000 +basic_auth: + username: prometheus + password: ${GIT_TOKEN}