Skip to content

Commit 6674ef4

Browse files
committed
fix: delete conflicting cho-svcs/site-ingress before applying new portal ingress
1 parent dc7138f commit 6674ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-do.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
# Portal application (Blazor Server – replaces static site)
6060
kubectl apply -f src/portal/CloudHealthOffice.Portal/k8s/portal-deployment.yaml
6161
62+
# Remove old static site ingress from cho-svcs namespace (conflicts with new portal ingress)
63+
kubectl delete ingress site-ingress -n cho-svcs --ignore-not-found=true
64+
6265
# Ingress – main domain + portal subdomain both route to portal service
6366
kubectl apply -f infra/k8s/site-ingress.yaml
6467
kubectl apply -f infra/k8s/portal-ingress.yaml

0 commit comments

Comments
 (0)