Commit Graph

4 Commits

Author SHA1 Message Date
Will Anderson c66bfc2a85 fix(redpanda): use nodePort 30094 (30093 already allocated) 2026-04-04 10:37:40 -05:00
Will Anderson e325539c67 fix(redpanda): remove unsupported --set flags, add external listener on 9093
Newer Redpanda versions removed --set CLI flags. Also adds dual listener:
- INTERNAL://9092 for in-cluster services (ClusterIP)
- EXTERNAL://9093 for Tailscale access from Mac (NodePort 30093 → 100.64.0.1:30093)
2026-04-04 10:33:14 -05:00
Will Anderson 2a5c3fb0ec feat: add Redpanda Console at redpanda.neuralplatform.ai 2026-04-04 10:25:16 -05:00
Will Anderson 82ed0eb10b feat: add Redpanda and wp-deploy-coordinator to Legion
- Redpanda single-node StatefulSet in platform namespace
- wp-coordinator deployment consuming wp.deploy topic
- RBAC for coordinator to exec into harmonic-wordpress pods
- R2 credentials via ExternalSecret (no SSH key needed on coordinator)
- Sites config as ConfigMap — add new WP sites without code changes
2026-04-04 10:18:09 -05:00