diff --git a/cnpg/helm-values.yaml b/cnpg/helm-values.yaml index 275711c..ed9342b 100644 --- a/cnpg/helm-values.yaml +++ b/cnpg/helm-values.yaml @@ -16,7 +16,7 @@ resources: cpu: 15m memory: 128Mi limits: - memory: 192Mi + memory: 128Mi # RBAC rbac: diff --git a/minio/manifests/console-deployment.yaml b/minio/manifests/console-deployment.yaml index 92c13e9..75900f4 100644 --- a/minio/manifests/console-deployment.yaml +++ b/minio/manifests/console-deployment.yaml @@ -38,7 +38,7 @@ spec: cpu: 10m memory: 64Mi limits: - memory: 128Mi + memory: 64Mi --- apiVersion: v1 kind: Service diff --git a/pgweb/helm-values.yaml b/pgweb/helm-values.yaml index b6e02ed..9f0ace3 100644 --- a/pgweb/helm-values.yaml +++ b/pgweb/helm-values.yaml @@ -25,7 +25,7 @@ controllers: cpu: 15m memory: 100Mi limits: - memory: 150Mi + memory: 100Mi probes: liveness: enabled: true diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index 75e0296..ecaac0b 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -21,7 +21,7 @@ spec: memory: "256Mi" cpu: "30m" limits: - memory: "384Mi" + memory: "256Mi" # PostgreSQL configuration postgresql: diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 89403f3..0ca652c 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -19,7 +19,7 @@ resources: cpu: 11m memory: 128Mi limits: - memory: 192Mi + memory: 128Mi # Init containers for plugins initContainers: @@ -42,7 +42,7 @@ nodeAgent: cpu: 15m # VPA recommendation: 15m memory: 256Mi limits: - memory: 1Gi + memory: 256Mi # 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 b70d333..e6b1db6 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -37,7 +37,7 @@ controllers: cpu: 15m memory: 128Mi limits: - memory: 256Mi + memory: 128Mi pod: affinity: podAntiAffinity: