Remove git and keep only gitea
This commit is contained in:
parent
fcbb1f9300
commit
ab9f65921a
@ -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
|
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user