Also reduce mem for controller

This commit is contained in:
Daniel Berteaud 2023-12-30 23:10:32 +01:00
parent 4ea9940bd1
commit 2280449dcb
1 changed files with 2 additions and 1 deletions

View File

@ -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: {}