diff --git a/README.md b/README.md index 805157b..1132257 100644 --- a/README.md +++ b/README.md @@ -186,40 +186,40 @@ deployment: ### Daemonset -| Name | Description | Value | -| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------- | -| `daemonSet.annotations` | Additional deployment annotations. | `{}` | -| `daemonSet.labels` | Additional deployment labels. | `{}` | -| `daemonSet.additionalContainers` | List of additional containers. | `[]` | -| `daemonSet.affinity` | Affinity for the fail2ban-exporter daemonSet. | `{}` | -| `daemonSet.initContainers` | List of additional init containers. | `[]` | -| `daemonSet.dnsConfig` | dnsConfig of the fail2ban-exporter daemonSet. | `{}` | -| `daemonSet.dnsPolicy` | dnsPolicy of the fail2ban-exporter daemonSet. | `""` | -| `daemonSet.hostname` | Individual hostname of the pod. | `""` | -| `daemonSet.subdomain` | Individual domain of the pod. | `""` | -| `daemonSet.hostNetwork` | Use the kernel network namespace of the host system. | `false` | -| `daemonSet.imagePullSecrets` | Secret to use for pulling the image. | `[]` | -| `daemonSet.fail2banExporter.args` | Arguments passed to the fail2ban-exporter container. | `[]` | -| `daemonSet.fail2banExporter.env` | List of environment variables for the fail2ban-exporter container. | `[]` | -| `daemonSet.fail2banExporter.envFrom` | List of environment variables mounted from configMaps or secrets for the fail2ban-exporter container. | `[]` | -| `daemonSet.fail2banExporter.image.registry` | Image registry, eg. `docker.io`. | `git.cryptic.systems` | -| `daemonSet.fail2banExporter.image.repository` | Image repository, eg. `library/busybox`. | `volker.raschek/prometheus-fail2ban-exporter` | -| `daemonSet.fail2banExporter.image.tag` | Custom image tag, eg. `0.1.0`. Defaults to `appVersion`. | `""` | -| `daemonSet.fail2banExporter.image.pullPolicy` | Image pull policy. | `IfNotPresent` | -| `daemonSet.fail2banExporter.resources` | CPU and memory resources of the pod. | `{}` | -| `daemonSet.fail2banExporter.securityContext` | Security context of the container of the daemonSet. | `{}` | -| `daemonSet.fail2banExporter.volumeMounts` | Additional volume mounts. | `undefined` | -| `daemonSet.nodeSelector` | NodeSelector of the fail2ban-exporter daemonSet. | `{}` | -| `daemonSet.priorityClassName` | PriorityClassName of the fail2ban-exporter daemonSet. | `""` | -| `daemonSet.restartPolicy` | Restart policy of the fail2ban-exporter daemonSet. | `""` | -| `daemonSet.securityContext` | Security context of the fail2ban-exporter daemonSet. | `{}` | -| `daemonSet.strategy.type` | Strategy type - `Recreate` or `Rollingupdate`. | `Recreate` | -| `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.strategy.rollingUpdate.maxUnavailable` | The maximum number of pods that can be unavailable during a rolling update. | `1` | -| `daemonSet.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` | -| `daemonSet.tolerations` | Tolerations of the fail2ban-exporter daemonSet. | `[]` | -| `daemonSet.topologySpreadConstraints` | TopologySpreadConstraints of the fail2ban-exporter daemonSet. | `[]` | -| `daemonSet.volumes` | Additional volumes to mount into the pods of the prometheus-exporter daemonset. | `undefined` | +| Name | Description | Value | +| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------- | +| `daemonSet.annotations` | Additional deployment annotations. | `{}` | +| `daemonSet.labels` | Additional deployment labels. | `{}` | +| `daemonSet.additionalContainers` | List of additional containers. | `[]` | +| `daemonSet.affinity` | Affinity for the fail2ban-exporter daemonSet. | `{}` | +| `daemonSet.initContainers` | List of additional init containers. | `[]` | +| `daemonSet.dnsConfig` | dnsConfig of the fail2ban-exporter daemonSet. | `{}` | +| `daemonSet.dnsPolicy` | dnsPolicy of the fail2ban-exporter daemonSet. | `""` | +| `daemonSet.hostname` | Individual hostname of the pod. | `""` | +| `daemonSet.subdomain` | Individual domain of the pod. | `""` | +| `daemonSet.hostNetwork` | Use the kernel network namespace of the host system. | `false` | +| `daemonSet.imagePullSecrets` | Secret to use for pulling the image. | `[]` | +| `daemonSet.fail2banExporter.args` | Arguments passed to the fail2ban-exporter container. | `[]` | +| `daemonSet.fail2banExporter.env` | List of environment variables for the fail2ban-exporter container. | `[]` | +| `daemonSet.fail2banExporter.envFrom` | List of environment variables mounted from configMaps or secrets for the fail2ban-exporter container. | `[]` | +| `daemonSet.fail2banExporter.image.registry` | Image registry, eg. `docker.io`. | `git.cryptic.systems` | +| `daemonSet.fail2banExporter.image.repository` | Image repository, eg. `library/busybox`. | `volker.raschek/prometheus-fail2ban-exporter` | +| `daemonSet.fail2banExporter.image.tag` | Custom image tag, eg. `0.1.0`. Defaults to `appVersion`. | `""` | +| `daemonSet.fail2banExporter.image.pullPolicy` | Image pull policy. | `IfNotPresent` | +| `daemonSet.fail2banExporter.resources` | CPU and memory resources of the pod. | `{}` | +| `daemonSet.fail2banExporter.securityContext` | Security context of the container of the daemonSet. | `{}` | +| `daemonSet.fail2banExporter.volumeMounts` | Additional volume mounts. | `undefined` | +| `daemonSet.nodeSelector` | NodeSelector of the fail2ban-exporter daemonSet. | `{}` | +| `daemonSet.priorityClassName` | PriorityClassName of the fail2ban-exporter daemonSet. | `""` | +| `daemonSet.restartPolicy` | Restart policy of the fail2ban-exporter daemonSet. | `""` | +| `daemonSet.securityContext` | Security context of the fail2ban-exporter daemonSet. | `{}` | +| `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.updateStrategy.rollingUpdate.maxUnavailable` | The maximum number of pods that can be unavailable during a rolling update. | `0` | +| `daemonSet.updateStrategy.type` | Strategy type - `OnDelete` or `RollingUpdate`. | `RollingUpdate` | +| `daemonSet.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` | +| `daemonSet.tolerations` | Tolerations of the fail2ban-exporter daemonSet. | `[]` | +| `daemonSet.topologySpreadConstraints` | TopologySpreadConstraints of the fail2ban-exporter daemonSet. | `[]` | +| `daemonSet.volumes` | Additional volumes to mount into the pods of the prometheus-exporter daemonset. | `undefined` | ### Grafana