add: gitlab base

This commit is contained in:
Namonay
2025-12-17 16:35:25 +01:00
parent 97a2ef7e46
commit 25a0b5b1ab
4 changed files with 170 additions and 0 deletions

10
p3-bonus/scripts/uninstall.sh Executable file
View File

@ -0,0 +1,10 @@
SCRIPT_PATH="$(realpath "${BASH_SOURCE[0]}")"
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl delete -n argocd -f "$SCRIPT_DIR/../confs/argocd-app.yml"
kubectl delete -n argocd-f "$SCRIPT_DIR/../confs/gitlab-app.yml"
kubectl delete namespace argocd
kubectl delete namespace dev
kubectl delete namespace gitlab
k3d cluster delete inception-of-things