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

This commit is contained in:
Julia McGhee
2026-03-22 10:03:49 +00:00
parent 9d11765405
commit a3e6faee29

View File

@@ -12,6 +12,10 @@ spec:
targetPort: 3900 targetPort: 3900
protocol: TCP protocol: TCP
name: s3-api name: s3-api
- port: 3902
targetPort: 3902
protocol: TCP
name: web
- port: 3903 - port: 3903
targetPort: 3903 targetPort: 3903
protocol: TCP protocol: TCP