From 751b3bea4680928f96bce9d74f99ca0a8067971e Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 24 Apr 2025 20:49:57 -0400 Subject: [PATCH] attic: change memory limit to 2gi --- attic/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attic/deployment.yaml b/attic/deployment.yaml index 38d3dfe..55a559f 100644 --- a/attic/deployment.yaml +++ b/attic/deployment.yaml @@ -22,7 +22,7 @@ spec: mountPath: /var/empty resources: limits: - memory: "256Mi" + memory: "2Gi" cpu: "500m" volumes: - name: attic-pvc