scripts: default cleanup verifier to maintenance kustomization

This commit is contained in:
Brad Stein 2026-04-12 15:01:11 -03:00
parent fa30ea0ac2
commit 01ecb75c5b

View File

@ -14,7 +14,7 @@ if [[ "$MODE" == "active" ]]; then
PROM_MODE="delete"
fi
KUSTOMIZATION="${KUSTOMIZATION:-services-maintenance}"
KUSTOMIZATION="${KUSTOMIZATION:-maintenance}"
NAMESPACE="${NAMESPACE:-maintenance}"
DEPLOYMENT="${DEPLOYMENT:-ariadne}"
LOCAL_METRICS_PORT="${LOCAL_METRICS_PORT:-18080}"