Skip to content

Commit bebbe7f

Browse files
Add gateway recommendation to Production Deployment docs
1 parent 93f0ee6 commit bebbe7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ aws s3 --endpoint-url https://s3proxy.example.com cp file.txt s3://bucket/
246246
| `false` | `true` | External access via custom hostname (requires DNS setup) |
247247
| `true` | `true` | Internal access via `s3-gateway.<namespace>` (no DNS setup needed) |
248248

249+
> **Recommended:** Enable both `gateway.enabled=true` and `ingress.enabled=true`. This routes traffic through the ingress controller for proper load balancing across pods, while providing a convenient internal DNS name (`s3-gateway.<namespace>`) without external DNS configuration.
250+
249251
#### Example: External Access with Ingress
250252

251253
```yaml

0 commit comments

Comments
 (0)