Update documentation
This commit is contained in:
parent
bc4dd83e95
commit
6917269a3e
|
@ -30,6 +30,8 @@ their default values.
|
||||||
| `externalInterfaces` | Add external interfaces in the pod | `null` |
|
| `externalInterfaces` | Add external interfaces in the pod | `null` |
|
||||||
| `dnsPolicy` | Specify DNS Policy for pod | `Default` |
|
| `dnsPolicy` | Specify DNS Policy for pod | `Default` |
|
||||||
| `dnsConfig` | Specify custom DNS configuration which will be applied to the pod | `{"nameservers": [], "searches": []}` |
|
| `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` |
|
| `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` |
|
| `hostPathVolumes` | Specify host paths to be used as hostpath volumes for the workload | `null` |
|
||||||
| `volumes` | Specify `ix_volumes` | `null` |
|
| `volumes` | Specify `ix_volumes` | `null` |
|
||||||
|
|
Loading…
Reference in New Issue