Files
chart/docs/common/values/hostNetwork.md
Stavros kois 066938f677 more docs
2023-01-23 16:47:12 +02:00

29 lines
450 B
Markdown

# Host Network
## key: hostNetwork
Info:
- Type: `boolean`
- Default: `false`
- Helm Template: ❌
Can be defined in:
- `.Values`.hostNetwork
- `.Values.jobs.[job-name].podSpec`.hostNetwork
-
---
Binds container to the host's network stack
> All services will be forced to `ClusterIP` when `hostNetwork` is enabled,
> to avoid port conflicts with services requesting the same ports as the container.
Examples:
```yaml
hostNetwork: true
```