influxdata / tick-charts

A repository for Helm Charts for the full TICK Stack
Apache License 2.0
90 stars 74 forks source link

telegraf: Do not configure Pod resources by default #107

Open stanislav-zaprudskiy opened 5 years ago

stanislav-zaprudskiy commented 5 years ago

This would make the chart more resilient to future Kubernetes API updates, which might be incompatible/incomplete with current defaults.

On top, cpu value must be a string, not an number according to schema specs (check https://kubernetesjsonschema.dev/ out).

At the end, it seems to be a common practice for all other charts.