Files
homelab/infra/kubernetes/platform/garage/service.yaml
Julia McGhee a3e6faee29
Some checks failed
CI / lint-and-test (push) Successful in 36s
Deploy Production / deploy (push) Successful in 22s
CI / build (push) Has been cancelled
Add web gateway port (3902) to garage service for anonymous reads
2026-03-22 10:03:49 +00:00

25 lines
396 B
YAML

apiVersion: v1
kind: Service
metadata:
name: garage
namespace: platform
labels:
app: garage
spec:
type: ClusterIP
ports:
- port: 3900
targetPort: 3900
protocol: TCP
name: s3-api
- port: 3902
targetPort: 3902
protocol: TCP
name: web
- port: 3903
targetPort: 3903
protocol: TCP
name: admin
selector:
app: garage