Merge pull request #5671 from influxdata/clustered/add-prometheus-resource-setting
chore(clustered): add prometheus as a component with configurable resourcespull/5669/head^2
commit
c14276d092
|
@ -114,6 +114,13 @@ If omitted, your cluster uses the default scale settings.
|
|||
- `limits`
|
||||
- `cpu`: Maximum CPU Resource units to assign to the garbage collector
|
||||
- `memory`: Maximum memory resource units to assign to the garbage collector
|
||||
- `prometheus`
|
||||
- `requests`
|
||||
- `cpu`: Minimum CPU resource units to assign to prometheus
|
||||
- `memory`: Minimum memory resource units to assign to prometheus
|
||||
- `limits`
|
||||
- `cpu`: Maximum CPU Resource units to assign to prometheus
|
||||
- `memory`: Maximum memory resource units to assign to prometheus
|
||||
|
||||
{{< expand-wrapper >}}
|
||||
{{% expand "View example `AppInstance` with resource requests and limits" %}}
|
||||
|
|
Loading…
Reference in New Issue