From 17bffa5f04d22fa7b601148409f772cbab7e9883 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 03:08:45 +0900 Subject: [PATCH] FIX(velero): increase memory limit to fix plugin startup - Increase memory request from 50Mi to 128Mi - Increase memory limit from 50Mi to 256Mi - Fixes AWS plugin timeout/killed error loop --- velero/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 8ae0109..a4c04f9 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -17,9 +17,9 @@ replicaCount: 1 resources: requests: cpu: 10m - memory: 50Mi + memory: 128Mi limits: - memory: 50Mi + memory: 256Mi # Init containers for plugins initContainers: