doc(README): update documentation
This commit is contained in:
parent
34222954b0
commit
f2c1101bbe
@ -187,7 +187,7 @@ deployment:
|
|||||||
### Daemonset
|
### Daemonset
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
|
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
|
||||||
| `daemonSet.annotations` | Additional deployment annotations. | `{}` |
|
| `daemonSet.annotations` | Additional deployment annotations. | `{}` |
|
||||||
| `daemonSet.labels` | Additional deployment labels. | `{}` |
|
| `daemonSet.labels` | Additional deployment labels. | `{}` |
|
||||||
| `daemonSet.additionalContainers` | List of additional containers. | `[]` |
|
| `daemonSet.additionalContainers` | List of additional containers. | `[]` |
|
||||||
@ -213,9 +213,9 @@ deployment:
|
|||||||
| `daemonSet.priorityClassName` | PriorityClassName of the fail2ban-exporter daemonSet. | `""` |
|
| `daemonSet.priorityClassName` | PriorityClassName of the fail2ban-exporter daemonSet. | `""` |
|
||||||
| `daemonSet.restartPolicy` | Restart policy of the fail2ban-exporter daemonSet. | `""` |
|
| `daemonSet.restartPolicy` | Restart policy of the fail2ban-exporter daemonSet. | `""` |
|
||||||
| `daemonSet.securityContext` | Security context of the fail2ban-exporter daemonSet. | `{}` |
|
| `daemonSet.securityContext` | Security context of the fail2ban-exporter daemonSet. | `{}` |
|
||||||
| `daemonSet.strategy.type` | Strategy type - `Recreate` or `Rollingupdate`. | `Recreate` |
|
| `daemonSet.updateStrategy.rollingUpdate.maxSurge` | The maximum number of pods that can be scheduled above the desired number of pods during a rolling update. | `1` |
|
||||||
| `daemonSet.strategy.rollingUpdate.maxSurge` | The maximum number of pods that can be scheduled above the desired number of pods during a rolling update. | `1` |
|
| `daemonSet.updateStrategy.rollingUpdate.maxUnavailable` | The maximum number of pods that can be unavailable during a rolling update. | `0` |
|
||||||
| `daemonSet.strategy.rollingUpdate.maxUnavailable` | The maximum number of pods that can be unavailable during a rolling update. | `1` |
|
| `daemonSet.updateStrategy.type` | Strategy type - `OnDelete` or `RollingUpdate`. | `RollingUpdate` |
|
||||||
| `daemonSet.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` |
|
| `daemonSet.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` |
|
||||||
| `daemonSet.tolerations` | Tolerations of the fail2ban-exporter daemonSet. | `[]` |
|
| `daemonSet.tolerations` | Tolerations of the fail2ban-exporter daemonSet. | `[]` |
|
||||||
| `daemonSet.topologySpreadConstraints` | TopologySpreadConstraints of the fail2ban-exporter daemonSet. | `[]` |
|
| `daemonSet.topologySpreadConstraints` | TopologySpreadConstraints of the fail2ban-exporter daemonSet. | `[]` |
|
||||||
|
Loading…
Reference in New Issue
Block a user