We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7138f commit 6674ef4Copy full SHA for 6674ef4
.github/workflows/deploy-do.yml
@@ -59,6 +59,9 @@ jobs:
59
# Portal application (Blazor Server – replaces static site)
60
kubectl apply -f src/portal/CloudHealthOffice.Portal/k8s/portal-deployment.yaml
61
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
+
65
# Ingress – main domain + portal subdomain both route to portal service
66
kubectl apply -f infra/k8s/site-ingress.yaml
67
kubectl apply -f infra/k8s/portal-ingress.yaml
0 commit comments