Compare commits

..

3 Commits

Author SHA1 Message Date
dec2eaf901 Merge pull request 'Update .gitea/workflows/dockerK3s.yaml' (#2) from jonas-patch-2 into main
All checks were successful
Build, Publish Docker Image, and Deploy to Kubernetes / build_and_push (push) Successful in 2s
Build, Publish Docker Image, and Deploy to Kubernetes / deploy_to_k8s (push) Successful in 12s
Reviewed-on: https://git.ionas999.at/jonas/docker-k3s-template/pulls/2
2025-06-15 21:57:30 +00:00
0674523477 Update .gitea/workflows/dockerK3s.yaml 2025-06-15 21:57:18 +00:00
e13f028e79 Merge pull request 'Update .gitea/workflows/dockerK3s.yaml' (#1) from jonas-patch-1 into main
All checks were successful
Build, Publish Docker Image, and Deploy to Kubernetes / build_and_push (push) Successful in 2s
Build, Publish Docker Image, and Deploy to Kubernetes / deploy_to_k8s (push) Successful in 11s
Reviewed-on: https://git.ionas999.at/jonas/docker-k3s-template/pulls/1
2025-06-15 21:54:05 +00:00

View File

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