diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 0dadeba..ce3819e 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -75,7 +75,7 @@ spec: resources: requests: - cpu: 30m + cpu: 15m # VPA recommendation memory: 128Mi limits: memory: 256Mi diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 7970fdf..4c9a8b6 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -13,10 +13,10 @@ image: # Replica count for HA replicaCount: 2 -# Resource requests +# Resource requests (VPA recommendation: 11m CPU) resources: requests: - cpu: 50m + cpu: 11m memory: 128Mi limits: memory: 192Mi @@ -39,10 +39,9 @@ nodeAgent: privileged: false resources: requests: - cpu: 30m # Reduced to 30m to fit on mayne-worker-2 (99% CPU usage) + cpu: 15m # VPA recommendation: 15m memory: 256Mi limits: - # cpu: removed to prevent throttling memory: 1Gi # Configuration for backup storage