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
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates [etcd] Add VPA for etcd 2025-10-06 21:57:33 +03:00
.helmignore Ship all logos with Cozystack 2024-07-16 17:31:52 +02:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile [cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources 2025-09-24 18:27:54 +02:00
README.md [etcd] Add VPA for etcd 2025-10-06 21:57:33 +03:00
values.schema.json [etcd] Add VPA for etcd 2025-10-06 21:57:33 +03:00
values.yaml [etcd] Add VPA for etcd 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