Update .gitea/workflows/dockerK3s.yaml

This commit is contained in:
jonas 2025-06-15 21:53:57 +00:00
parent 9006382b27
commit 858106e5e1

View File

@ -163,6 +163,11 @@ jobs:
port:
number: 80
EOF
kubectl delete deployment ${REPO_NAME} -n gitea-deployment
kubectl delete service ${REPO_NAME} -n gitea-deployment
kubectl delete ingress ${REPO_NAME}-ingress -n gitea-deployment
# Display the manifest for debugging
echo "--- Generated manifest: ---"