@@ -40,38 +40,7 @@ The command removes all the Kubernetes components associated with the chart and
...
@@ -40,38 +40,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration
## Configuration
The following tables lists the configurable parameters of the Telegraf chart and includes brief explanation. The defaults are listed in `values.yaml`:
The default configuration parameters are listed in `values.yaml`. To change the defaults, specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```yaml
## Image
image.repo:Docker image repository
image.tag:Docker image tag
image.pullPolicy:Kubernetes pull policy for docker image
## Daemonset - configuration for telegraf instances running as daemonset
daemonset.enabled:Toggle daemonset on or off
# resource requests and limits for the daemonset
daemonset.resources.requests.memory:Min memory for this resource
daemonset.resources.requests.cpu:Min cpu for this pod
daemonset.resources.limits.memory:Max memory for this resource
daemonset.resources.limits.cpu:Max cpu for this pod