mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
add hostnetwork docs
This commit is contained in:
18
library/common/_docs/values/hostNetwork.md
Normal file
18
library/common/_docs/values/hostNetwork.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user