mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
19 lines
320 B
Markdown
19 lines
320 B
Markdown
# 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
|
|
```
|