Remove git and keep only gitea

This commit is contained in:
dvirlabs 2025-10-03 17:53:54 +03:00
parent fcbb1f9300
commit ab9f65921a
2 changed files with 1 additions and 16 deletions

View File

@ -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:
# - <exporter-host>:<port>
# scheme: http

View File

@ -20,7 +20,7 @@ spec:
done done
export VAULT_ADDR=http://vault.dev-tools.svc.cluster.local:8200 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..." echo "🔑 Verifying Vault token..."
if ! vault token lookup >/dev/null 2>&1; then if ! vault token lookup >/dev/null 2>&1; then