From e2517be2b6f05f83e79c394c56439c2f87a28002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Sat, 24 Jan 2026 15:07:09 +0000 Subject: [PATCH] Update manifests/artemis/gitea/values.yaml --- manifests/artemis/gitea/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/artemis/gitea/values.yaml b/manifests/artemis/gitea/values.yaml index 0ec5f1d..df5fe44 100644 --- a/manifests/artemis/gitea/values.yaml +++ b/manifests/artemis/gitea/values.yaml @@ -645,11 +645,11 @@ postgresql-ha: password: changeme4 resources: limits: - cpu: 1000m - memory: 1Gi + cpu: 2000m + memory: 2Gi requests: - cpu: 750m - memory: 750Mi + cpu: 1500m + memory: 2Gi ## @param postgresql-ha.pgpool.adminPassword pgpool adminPassword ## @param postgresql-ha.pgpool.image.repository Image repository, eg. `bitnamilegacy/pgpool`.