diff --git a/library/common/_docs/values/hostNetwork.md b/library/common/_docs/values/hostNetwork.md new file mode 100644 index 0000000000..fad9a073f2 --- /dev/null +++ b/library/common/_docs/values/hostNetwork.md @@ -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 +```