mirror of
https://github.com/gethomepage/homepage.git
synced 2026-03-31 07:12:17 -07:00
Documentation: fix kubernetes config examples (#6468)
This commit is contained in:
@@ -20,13 +20,13 @@ helm install my-release jameswynn/homepage
|
||||
Set the `mode` in the `kubernetes.yaml` to `cluster`.
|
||||
|
||||
```yaml
|
||||
mode: default
|
||||
mode: cluster
|
||||
```
|
||||
|
||||
To enable Kubernetes gateway-api compatibility, set `route` to `gateway`.
|
||||
To enable Kubernetes gateway-api compatibility, set `gateway` to `true`.
|
||||
|
||||
```yaml
|
||||
route: gateway
|
||||
gateway: true
|
||||
```
|
||||
|
||||
## Widgets
|
||||
|
||||
Reference in New Issue
Block a user