From 2280449dcb7e7b74ad4f5ee9fa270452a0e3bb66 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 30 Dec 2023 23:10:32 +0100 Subject: [PATCH] Also reduce mem for controller --- variables.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variables.yml b/variables.yml index 37395a7..d90b87f 100644 --- a/variables.yml +++ b/variables.yml @@ -19,7 +19,8 @@ democratic_csi: # Resource allocation for controllers resources: cpu: 100 - memory: 192 + memory: 128 + memory_max: 192 # Custom env var to pass to controllers env: {}