From 4d523486b578a8a775c5b63ea6da50d9f2aacdb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Sun, 2 Nov 2025 16:11:57 +0000 Subject: [PATCH] Update manifests/artemis/gitea/values.yaml --- manifests/artemis/gitea/values.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/manifests/artemis/gitea/values.yaml b/manifests/artemis/gitea/values.yaml index 7309829..0ec5f1d 100644 --- a/manifests/artemis/gitea/values.yaml +++ b/manifests/artemis/gitea/values.yaml @@ -643,12 +643,13 @@ postgresql-ha: repmgrPassword: changeme2 postgresPassword: changeme1 password: changeme4 - limits: - cpu: 750m - memory: 750Mi - requests: - cpu: 750m - memory: 750Mi + resources: + limits: + cpu: 1000m + memory: 1Gi + requests: + cpu: 750m + memory: 750Mi ## @param postgresql-ha.pgpool.adminPassword pgpool adminPassword ## @param postgresql-ha.pgpool.image.repository Image repository, eg. `bitnamilegacy/pgpool`.