FlowerCore Brochure
apps/brochure hosts the public brochure split from FlowerCore.Intranet.Web.
ArgoCD's apps/* ApplicationSet will create infra-brochure after this
directory lands on main.
Runtime
- Host:
https://brochure.flowercore.io - Namespace:
brochure - Deployment:
brochure-web - Image:
localhost/fc-brochure-web:v20260524-sprint32 - Port:
8080 - Public route method allowlist:
GETandHEAD
Operator Actions
- Publish and import
localhost/fc-brochure-web:v20260524-sprint32to every RKE2 node before sync, using the same podman save +ctr images importflow as the Intranet deployment. - Create the Cloudflare DNS record for
brochure.flowercore.iopointing at the FlowerCore public edge. - Verify
infra-brochureappears in ArgoCD, the certificate becomes Ready, andGET https://brochure.flowercore.io/returns200.
The route intentionally does not expose /ops/* or /admin/*; the Brochure
web app returns 404 for those paths and Traefik only forwards read methods.