Fio exporter chart creates metrics for Prometheus.
Key | Type | Default | Description |
---|---|---|---|
image | object | {"name":"panzouh/fio-exportaire","pullPolicy":"Always","pullSecret":[],"tag":"beta1"} |
Image spec |
image.name | string | "panzouh/fio-exportaire" |
Image repository |
image.pullPolicy | string | "Always" |
Image tag |
image.pullSecret | list | [] |
Image pull secret if you are using a private repo |
image.tag | string | "beta1" |
Image tag |
installOnControllPlane | bool | false |
Choose if you want to install it on controll plane as well |
livenessProbe | object | {"initialDelaySeconds":5,"periodSeconds":15} |
Liveness probe spec watch documentation |
livenessProbe.initialDelaySeconds | int | 5 |
Tells the kubelet that it should wait x seconds before performing the first probe |
livenessProbe.periodSeconds | int | 15 |
Tell the kubelet that it should perform a liveness probe every x seconds |
nameOverride | string | "" |
Override chart default name |
prometheusScrape | object | {"enabled":true} |
Prometheus scrape section |
resources | object | {"limits":{"cpu":"200m","ephemeral-storage":"1Gi","memory":"512Mi"},"requests":{"cpu":"100m","ephemeral-storage":"500Mi","memory":"200Mi"}} |
Resource spec watch documentation |
resources.limits | object | {"cpu":"200m","ephemeral-storage":"1Gi","memory":"512Mi"} |
Resource limits spec |
resources.limits.cpu | string | "200m" |
Cpu limits |
resources.limits.ephemeral-storage | string | "1Gi" |
Ephemeral storage limits |
resources.limits.memory | string | "512Mi" |
Memory limits |
resources.requests.cpu | string | "100m" |
Cpu request |
resources.requests.ephemeral-storage | string | "500Mi" |
Ephemeral storage request |
resources.requests.memory | string | "200Mi" |
Memory request |
Autogenerated from chart metadata using helm-docs v1.11.0 docker run --rm --volume "$(pwd):/helm-docs" jnorwood/helm-docs:latest
.