From a1f861b0b2a91ac1822c2c0cd6cc3ae8cfe1ea38 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 22 Jan 2026 16:24:46 +0100 Subject: [PATCH] increased tandoor mem limit to 2G --- tandoor-system/tandoor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor-system/tandoor.yaml b/tandoor-system/tandoor.yaml index 34cbf88..a5e3e65 100644 --- a/tandoor-system/tandoor.yaml +++ b/tandoor-system/tandoor.yaml @@ -178,7 +178,7 @@ spec: resources: limits: cpu: "1" - memory: 1Gi + memory: 2Gi requests: cpu: 100m memory: 256Mi