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