From 6917269a3ee5c3ffb0f0e4c8e9333992b5ee4a57 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 5 Nov 2020 15:32:30 +0500 Subject: [PATCH] Update documentation --- test/ix-chart/2010.0.2/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ix-chart/2010.0.2/README.md b/test/ix-chart/2010.0.2/README.md index a29dcb5030..e9cdf2092e 100644 --- a/test/ix-chart/2010.0.2/README.md +++ b/test/ix-chart/2010.0.2/README.md @@ -30,6 +30,8 @@ their default values. | `externalInterfaces` | Add external interfaces in the pod | `null` | | `dnsPolicy` | Specify DNS Policy for pod | `Default` | | `dnsConfig` | Specify custom DNS configuration which will be applied to the pod | `{"nameservers": [], "searches": []}` | +| `hostNetwork` | Use host network for workload ( similar to docker host networking ) | `false` | +| `hostPortsList` | Specify ports of host and workload to forward traffic from host port to workload port. | `null` | | `portForwardingList` | Specify ports of node and workload to forward traffic from node port to workload port | `null` | | `hostPathVolumes` | Specify host paths to be used as hostpath volumes for the workload | `null` | | `volumes` | Specify `ix_volumes` | `null` |