diff --git a/cnpg/helm-values.yaml b/cnpg/helm-values.yaml index d919dc7..0b4d4b7 100644 --- a/cnpg/helm-values.yaml +++ b/cnpg/helm-values.yaml @@ -14,9 +14,9 @@ replicaCount: 1 resources: requests: cpu: 15m - memory: 128Mi + memory: 121Mi limits: - memory: 128Mi + memory: 121Mi # RBAC rbac: diff --git a/minio/helm-values.yaml b/minio/helm-values.yaml index ccb78c1..df5bce9 100644 --- a/minio/helm-values.yaml +++ b/minio/helm-values.yaml @@ -35,10 +35,10 @@ rootPasswordSecretKey: root-password # Resources resources: requests: - memory: 263Mi + memory: 175Mi cpu: 15m limits: - memory: 263Mi + memory: 175Mi # Service service: diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 0ca652c..9aa7871 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -17,9 +17,9 @@ replicaCount: 1 resources: requests: cpu: 11m - memory: 128Mi + memory: 75Mi limits: - memory: 128Mi + memory: 75Mi # Init containers for plugins initContainers: @@ -39,10 +39,10 @@ nodeAgent: privileged: false resources: requests: - cpu: 15m # VPA recommendation: 15m - memory: 256Mi + cpu: 15m + memory: 100Mi limits: - memory: 256Mi + memory: 100Mi # Run on all nodes including control-plane for full backup coverage tolerations: - key: "node-role.kubernetes.io/control-plane" diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 816ba92..92ed047 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -35,9 +35,9 @@ controllers: resources: requests: cpu: 15m - memory: 128Mi + memory: 121Mi limits: - memory: 128Mi + memory: 121Mi service: zot: controller: zot