From ab9f65921a43e67ae2730917d0f6bd928565f6ae Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 3 Oct 2025 17:53:54 +0300 Subject: [PATCH] Remove git and keep only gitea --- manifests/git/monitoring.yaml | 15 --------------- manifests/vault/oidc-job.yaml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 manifests/git/monitoring.yaml diff --git a/manifests/git/monitoring.yaml b/manifests/git/monitoring.yaml deleted file mode 100644 index 7823719..0000000 --- a/manifests/git/monitoring.yaml +++ /dev/null @@ -1,15 +0,0 @@ -enabled: true -app: git -uptime_kuma: - enabled: true - url: https://git.dvirlabs.com - tag: dev-tools -external_check: - url: https://git.dvirlabs.com - expected_codes: - '502': critical - '404': warning - '1033': critical -# targets: -# - : -# scheme: http diff --git a/manifests/vault/oidc-job.yaml b/manifests/vault/oidc-job.yaml index 5ebf844..156a606 100644 --- a/manifests/vault/oidc-job.yaml +++ b/manifests/vault/oidc-job.yaml @@ -20,7 +20,7 @@ spec: done export VAULT_ADDR=http://vault.dev-tools.svc.cluster.local:8200 - export VAULT_TOKEN=$(cat /vault/secrets/root-token) + export VAULT_TOKEN=$(cat /vault/general-secrets/root-token) echo "🔑 Verifying Vault token..." if ! vault token lookup >/dev/null 2>&1; then