-
jimbob687 authored
``` resources: limits: cpu: 750m memory: 600Mi requests: cpu: 500m memory: 600Mi ``` corrects it to: ``` resources: limits: cpu: 750m memory: 600Mi requests: cpu: 500m memory: 600Mi ``` Assuming your values file is set to: ``` bootstrap: auth: # A secret with keys "username" and "password" is required secretName: mysecret ddldml: configMap: my-ddl-dml-config resources: requests: memory: "600Mi" cpu: "500m" limits: memory: "600Mi" cpu: "750m" ```
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
chronograf | ||
influxdb | ||
influxdb-enterprise | ||
influxdb2 | ||
kapacitor | ||
telegraf | ||
telegraf-ds | ||
telegraf-operator |