From 6a332fcfb4b0cd9f84339da90587dbd812e329a0 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 21 Sep 2023 12:25:32 +0200 Subject: [PATCH] increase limit for pgadmin --- templates/pgadmin/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pgadmin/statefulset.yaml b/templates/pgadmin/statefulset.yaml index 448097f..28e22e7 100644 --- a/templates/pgadmin/statefulset.yaml +++ b/templates/pgadmin/statefulset.yaml @@ -31,8 +31,8 @@ spec: key: password resources: limits: - cpu: 200m - memory: 256Mi + cpu: 500m + memory: 500Mi requests: cpu: 100m memory: 256Mi