From 9bbe8e827efc293d8e966a4774ef49e9faa7ff5a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 26 Jun 2025 05:42:05 +0300 Subject: [PATCH] Change to token insted of basic auth --- manifests/gitea/monitoring.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/gitea/monitoring.yaml b/manifests/gitea/monitoring.yaml index 2df01b5..bd12283 100644 --- a/manifests/gitea/monitoring.yaml +++ b/manifests/gitea/monitoring.yaml @@ -1,6 +1,4 @@ enabled: true targets: - gitea-http.dev-tools.svc.cluster.local:3000 -basic_auth: - username: prometheus - password: ${GIT_TOKEN} +bearer_token: ${GITEA_PROM_TOKEN}