From 9d5786cda884bfe2dba5f43aa2e4316ae7a25104 Mon Sep 17 00:00:00 2001 From: Chris Rai Date: Wed, 14 Jan 2026 21:08:24 -0500 Subject: [PATCH] bump memory request to match limit --- k8s/values-mini.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/values-mini.yaml b/k8s/values-mini.yaml index af48113..1ff93ed 100644 --- a/k8s/values-mini.yaml +++ b/k8s/values-mini.yaml @@ -11,7 +11,7 @@ image: resources: requests: cpu: 100m - memory: 128Mi + memory: 256Mi limits: memory: 256Mi