From e3a32d08664b413cf725a372a4f94486c87c556b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 8 Jan 2025 15:11:12 -0600 Subject: [PATCH] adjust resources --- clusters/cl01tl/applications/immich/values.yaml | 4 ++++ clusters/cl01tl/applications/lidarr2/values.yaml | 2 +- clusters/cl01tl/applications/radarr5/values.yaml | 4 ++++ clusters/cl01tl/applications/sonarr4/values.yaml | 3 +++ clusters/cl01tl/platform/matrix-synapse/values.yaml | 3 +++ 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 830b0b505..73d5951a8 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -228,6 +228,10 @@ postgres-16-cluster: storageClass: local-path storage: storageClass: local-path + resources: + requests: + memory: 384Mi + cpu: 200m monitoring: enabled: true postgresql: diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index d7d5a58b8..08fdbcbfa 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -126,7 +126,7 @@ postgres-17-cluster: resources: requests: memory: 1Gi - cpu: 150m + cpu: 200m monitoring: enabled: true bootstrap: diff --git a/clusters/cl01tl/applications/radarr5/values.yaml b/clusters/cl01tl/applications/radarr5/values.yaml index ab445f573..d11a8abb2 100644 --- a/clusters/cl01tl/applications/radarr5/values.yaml +++ b/clusters/cl01tl/applications/radarr5/values.yaml @@ -123,6 +123,10 @@ postgres-17-cluster: storageClass: local-path storage: storageClass: local-path + resources: + requests: + memory: 1Gi + cpu: 200m monitoring: enabled: true bootstrap: diff --git a/clusters/cl01tl/applications/sonarr4/values.yaml b/clusters/cl01tl/applications/sonarr4/values.yaml index ac6ccd294..43babcd46 100644 --- a/clusters/cl01tl/applications/sonarr4/values.yaml +++ b/clusters/cl01tl/applications/sonarr4/values.yaml @@ -126,6 +126,9 @@ postgres-17-cluster: storageClass: local-path storage: storageClass: local-path + resources: + requests: + memory: 512Mi monitoring: enabled: true bootstrap: diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 8f5a3c51a..0974d3f69 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -329,6 +329,9 @@ postgres-17-cluster: storageClass: local-path storage: storageClass: local-path + resources: + requests: + cpu: 200m monitoring: enabled: true backup: