Commit Graph

7 Commits

Author SHA1 Message Date
1af29e8f09 tweaks with backfill and grafana 2026-04-01 15:21:10 +00:00
a6c59d6a65 Replace LB with Traefik ingress for TLS + basic auth
- Remove m3coordinator LoadBalancer service (was using deprecated AutoSSL)
- Add Traefik ingress controller with Let's Encrypt ACME
- Add basic auth middleware for external access
- Update test scripts with auth support and fixed protobuf encoding
- Add multi-tenancy documentation (label-based isolation)
- Update README with Traefik deployment instructions
2026-04-01 05:19:14 +00:00
5eb58d1864 Update README with working m3db.vultrlabs.dev endpoint 2026-04-01 02:44:07 +00:00
5f4cd46bc3 Add backend-protocol annotation to m3coordinator-lb
LB now properly speaks HTTP to the coordinator backend
2026-04-01 02:43:41 +00:00
d35cd2d7d4 Update test scripts to accept full URL instead of LB_IP
- test-metrics.sh and test-metrics.py now take a full URL with port
- Supports both HTTP and HTTPS endpoints
- Updated README with new usage examples
2026-04-01 02:38:47 +00:00
a8469f79d7 Fix m3dbnode port conflict, update README, fix test script
- Remove duplicate db.metrics section (port 7203 conflict)
- Fix coordinator health endpoint (/health not /api/v1/services/m3db/health)
- Update README: remove NodePort references, always use LoadBalancer
- Add bootstrap instructions (workaround for init job chicken-and-egg)
- Fix test-metrics.sh: correct health endpoint and JSON parsing
2026-03-31 15:49:59 +00:00
ac13c30905 init commit 2026-03-31 08:28:16 -04:00