fix(sol): bootstrap public edge host firewall in workflow
Some checks failed
deploy-sol-public-edge / apply (push) Has been cancelled

This commit is contained in:
mpabi
2026-04-12 20:12:32 +02:00
parent e22826e565
commit d16dcc2aa7
2 changed files with 45 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ Public ingress and TLS edge for the reconstructed `R001` trade surface on `sol`.
./sol/public-edge/scripts/prepare-sol-public-edge.sh
```
2. Push this repository to `main` and let `deploy-sol-public-edge` apply the cluster-side resources.
2. Push this repository to `main` and let `deploy-sol-public-edge` prepare the host firewall and apply the cluster-side resources.
The workflow bootstraps `cert-manager` and `Traefik` first, then applies `ClusterIssuer/letsencrypt-prod` only after the cert-manager CRDs are ready.