mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
The etcd tenant module deploys by default with a large resource limit/request and these values are not exposed at deploy time. This patch lowers the default resources and adds a VPA to autoconfigure them according to the real needs. ```release-note [etcd] Attach VPA to etcd and lower initial default resource requests. ``` Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
Etcd-cluster
Parameters
Common parameters
| Name | Description | Type | Value |
|---|---|---|---|
size |
Persistent Volume size | *quantity |
4Gi |
storageClass |
StorageClass used to store the data | *string |
"" |
replicas |
Number of etcd replicas | *int |
3 |
resources |
Resource configuration for etcd | *object |
null |
resources.cpu |
The number of CPU cores allocated | *quantity |
1000m |
resources.memory |
The amount of memory allocated | *quantity |
512Mi |