add hostnetwork docs

This commit is contained in:
Stavros kois
2022-12-01 16:01:10 +02:00
parent d36fd9769b
commit ad8b9bc3ca

View File

@@ -0,0 +1,18 @@
# Host Network
## key: hostNetwork
- Type: `boolean`
- Default: `false`
- Helm Template: ❌
Binds container to the host's network
> All services will be forced to `ClusterIP` when `hostNetwork` is enabled,
> to avoid port conflicts with services requesting the same ports.
Examples:
```yaml
hostNetwork: true
```