Update kubernets.yaml
All checks were successful
Build, Publish Docker Image, and Deploy to Kubernetes / build_and_push (push) Successful in 5s
Build, Publish Docker Image, and Deploy to Kubernetes / deploy_to_k8s (push) Successful in 11s

This commit is contained in:
Jonas Hinterdorfer 2025-06-16 07:28:17 +02:00 committed by GitHub
parent d110f1da61
commit 69193fdc08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,9 +165,9 @@ jobs:
EOF
kubectl delete deployment "${Reponame}" -n gitea-deployment --ignore-not-found
kubectl delete service "${Reponame}" -n gitea-deployment --ignore-not-found
kubectl delete ingress "${Reponame}-ingress" -n gitea-deployment --ignore-not-found
kubectl delete deployment "${REPO_NAME}" -n gitea-deployment --ignore-not-found
kubectl delete service "${REPO_NAME}" -n gitea-deployment --ignore-not-found
kubectl delete ingress "${REPO_NAME}-ingress" -n gitea-deployment --ignore-not-found
# Display the manifest for debugging
echo "--- Generated manifest: ---"