From cbd9f5e069dd99fd3e5f3acdb8241db988ad79d7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Oct 2025 00:25:38 -0500 Subject: [PATCH] increase resource --- clusters/cl01tl/applications/sonarr/values.yaml | 7 ++++--- clusters/cl01tl/platform/gitea/values.yaml | 2 +- clusters/cl01tl/platform/stalwart/values.yaml | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/sonarr/values.yaml b/clusters/cl01tl/applications/sonarr/values.yaml index 523ad19b7..f09bd4269 100644 --- a/clusters/cl01tl/applications/sonarr/values.yaml +++ b/clusters/cl01tl/applications/sonarr/values.yaml @@ -89,13 +89,14 @@ postgres-17-cluster: storageClass: local-path walStorage: storageClass: local-path - resources: - requests: - memory: 512Mi monitoring: enabled: true prometheusRule: enabled: true + resources: + requests: + memory: 1Gi + cpu: 200m initdb: postInitSQL: - CREATE DATABASE "sonarr-main" OWNER "app"; diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index c8546d8bb..34c6afbbe 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -330,7 +330,7 @@ postgres-17-cluster: resources: requests: memory: 1Gi - cpu: 50m + cpu: 200m recovery: method: objectStore objectStore: diff --git a/clusters/cl01tl/platform/stalwart/values.yaml b/clusters/cl01tl/platform/stalwart/values.yaml index 287188557..7047a8b61 100644 --- a/clusters/cl01tl/platform/stalwart/values.yaml +++ b/clusters/cl01tl/platform/stalwart/values.yaml @@ -62,6 +62,9 @@ postgres-17-cluster: enabled: true prometheusRule: enabled: true + resources: + requests: + cpu: 200m recovery: method: objectStore objectStore: