feat: scaffold Flux manifests for zip-enrichment, holidays, air-quality API services

Closes leeworks-agents/api-company#46

Add flux/ directories for all three API services, each containing:
- namespace.yaml — Kubernetes Namespace
- helmrelease.yaml — HelmRelease using bedag/raw chart with Deployment,
  Service, and Ingress (TLS via cert-manager letsencrypt-prod)
- externalsecret.yaml — placeholder/comment for RapidAPI proxy-secret;
  includes kubectl manual-create instructions until ESO is deployed
- kustomization.yaml — per-directory Kustomize resources list

Services and subdomains:
  zip-enrichment  → zip.leeworks.dev
  holidays        → holidays.leeworks.dev
  air-quality     → aqi.leeworks.dev

Images:
  registry.leeworks.dev/zip-enrichment/server:latest
  registry.leeworks.dev/holidays/server:latest
  registry.leeworks.dev/air-quality/server:latest

Update root flux/kustomization.yaml to include all three new directories.
kustomize build flux/ passes with zero errors.
This commit is contained in:
agent-company
2026-05-26 20:02:42 +00:00
parent 01bfe2693a
commit ae978a0bb3
13 changed files with 423 additions and 0 deletions
+3
View File
@@ -4,3 +4,6 @@ resources:
- gitea-runner
- monitoring
- docs-site
- zip-enrichment
- holidays
- air-quality