Files
cozystack/packages/extra/etcd
Timofei Larkin 42c9d65c7c [etcd] Add VPA for etcd
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>
2025-10-06 21:57:33 +03:00
..
2024-08-12 14:47:11 +02:00
2025-10-06 21:57:33 +03:00
2024-07-16 17:31:52 +02:00
2025-09-24 12:32:37 +02:00
2025-10-06 21:57:33 +03:00
2025-10-06 21:57:33 +03:00
2025-10-06 21:57:33 +03:00

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