mirror of
https://github.com/JonasHinterdorfer/TextAdventure.git
synced 2025-11-04 19:07:57 +00:00
Update kubernets.yaml
This commit is contained in:
parent
d110f1da61
commit
69193fdc08
@ -165,9 +165,9 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
kubectl delete deployment "${Reponame}" -n gitea-deployment --ignore-not-found
|
kubectl delete deployment "${REPO_NAME}" -n gitea-deployment --ignore-not-found
|
||||||
kubectl delete service "${Reponame}" -n gitea-deployment --ignore-not-found
|
kubectl delete service "${REPO_NAME}" -n gitea-deployment --ignore-not-found
|
||||||
kubectl delete ingress "${Reponame}-ingress" -n gitea-deployment --ignore-not-found
|
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: ---"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user