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
This commit is contained in:
Julia McGhee
2026-03-22 09:38:47 +00:00
parent 325c88103f
commit 3c4ff6fb9f
8 changed files with 211 additions and 0 deletions

View File

@@ -62,3 +62,16 @@ spec:
kind: ClusterIssuer
dnsNames:
- gitea.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: garage-s3-tls
namespace: platform
spec:
secretName: garage-s3-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- s3.coreworlds.io