# Prod overlay. # # Selects services from all three clusters' prod paths: # - breakpilot-edge: identity + infra (Keycloak, Gitea, Infisical, PowerDNS, Orca-Proxy) # - breakpilot-control: portal, tenant-registry, ERPNext, Frappe HD, Stalwart # - breakpilot-app/services/prod: certifai, compliance-*, Mongo, MinIO, Qdrant, LiteLLM # # Stage services (breakpilot-app/services/stage/) are excluded from prod apply. [env] name = "prod" api_url = "${ORCA_PROD_API_URL}" [deploy] include_dirs = [ "clusters/breakpilot-edge/services", "clusters/breakpilot-control/services", "clusters/breakpilot-app/services/prod", ] [image] # Default tag for prod; release.yaml retags `env-stage` → `v$VERSION` + `env-prod`. default_tag = "env-prod"