feat: add adminer and vaultwarden apps, integrated from k8s-manifests
This commit is contained in:
10
apps/adminer/stop.sh
Executable file
10
apps/adminer/stop.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "🛑 停止 Adminer..."
|
||||
|
||||
kubectl delete deployment/adminer --ignore-not-found
|
||||
kubectl delete service/adminer-service --ignore-not-found
|
||||
kubectl delete ingress/adminer-ingress --ignore-not-found
|
||||
|
||||
echo "✅ Adminer 已停止"
|
||||
Reference in New Issue
Block a user