Merge pull request #5671 from influxdata/clustered/add-prometheus-resource-setting

chore(clustered): add prometheus as a component with configurable resources
pull/5669/head^2
Jason Stirnaman 2024-11-08 11:20:38 -06:00 committed by GitHub
commit c14276d092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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" %}}