feat: add support for existing gateways in helm chart (#1469)

Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
Jasper Weyne
2026-01-14 10:54:37 +01:00
committed by GitHub
parent 68c5c0b834
commit 15e6d4dbd0
5 changed files with 14 additions and 2 deletions
+2
View File
@@ -114,6 +114,8 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
| gatewayApi.gatewayClass | string | `traefik` | Gateway class implementation. |
| gatewayApi.hostname | string | Hostname to access RustFS via gateway api. |
| gatewayApi.secretName | string | Secret tls to via RustFS using HTTPS. |
| gatewayApi.existingGateway.name | string | `""` | The existing gateway name, instead of creating a new one. |
| gatewayApi.existingGateway.namespace | string | `""` | The namespace of the existing gateway, if not the local namespace. |
---