You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Official [Helm chart](https://helm.sh/docs/) to deploy [BunkerWeb](https://www.b
19
19
- Kubernetes 1.19+
20
20
- Helm 3.8+
21
21
- PV provisioner support in the underlying infrastructure (for persistence)
22
+
- Kubernetes Gateway API CRDs installed (required for Gateway API support, see the [Gateway API install guide](https://gateway-api.sigs.k8s.io/guides/getting-started/#installing-gateway-api))
22
23
23
24
**Important**: Please first refer to the [BunkerWeb documentation](https://docs.bunkerweb.io/latest/?utm_campaign=self&utm_source=github), particularly the [Kubernetes integration](https://docs.bunkerweb.io/latest/integrations/?utm_campaign=self&utm_source=bunkerwebio#kubernetes) section.
24
25
@@ -80,6 +81,8 @@ settings:
80
81
81
82
### Kubernetes Integration
82
83
84
+
**Controller selection**: The controller runs as either a `GatewayController` or an `IngressController`, never both. If both are configured, `GatewayController` takes priority.
85
+
83
86
```yaml
84
87
settings:
85
88
kubernetes:
@@ -262,4 +265,4 @@ See [`examples/`](examples/) directory for complete configuration examples.
262
265
263
266
## License
264
267
265
-
This Helm chart is licensed under the same terms as BunkerWeb itself.
268
+
This Helm chart is licensed under the same terms as BunkerWeb itself.
0 commit comments