Commit Graph

3 Commits

Author SHA1 Message Date
Julia McGhee
a3e6faee29 Add web gateway port (3902) to garage service for anonymous reads
Some checks failed
CI / lint-and-test (push) Successful in 36s
Deploy Production / deploy (push) Successful in 22s
CI / build (push) Has been cancelled
2026-03-22 10:03:49 +00:00
Julia McGhee
9d11765405 Fix Garage config: use top-level rpc fields, template admin_token
All checks were successful
CI / lint-and-test (push) Successful in 35s
Deploy Production / deploy (push) Successful in 31s
CI / build (push) Successful in 33s
Garage v1.0.x uses top-level rpc_bind_addr/rpc_secret, not a [rpc]
section. Also template admin_token into [admin] from the sealed secret.
2026-03-22 09:42:26 +00:00
Julia McGhee
3c4ff6fb9f Add Garage S3-compatible object store to platform
All checks were successful
CI / lint-and-test (push) Successful in 30s
Deploy Production / deploy (push) Successful in 31s
CI / build (push) Successful in 29s
Cluster-local object store for build artifacts (CLI binaries etc.)
so Docker builds don't depend on flaky external downloads.

- Single-node Garage v1.0.1 StatefulSet (LMDB, replication=1)
- Metadata on longhorn-nvme (1Gi), data on longhorn HDD (20Gi)
- S3 API at garage.platform.svc:3900
- External ingress at s3.coreworlds.io (internal-only)
- SealedSecret for admin token and RPC secret
2026-03-22 09:38:47 +00:00