From 7076310d3ad9cbdf1bb3a284cfc94dcaab879a73 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 00:36:06 -0400 Subject: [PATCH] changing resources --- cluster/apps/production/prowlarr/prowlarr.yaml | 6 +++--- cluster/apps/production/qbitty/qbitty.yaml | 6 +++--- cluster/apps/production/radarr/radarr.yaml | 8 ++++---- cluster/apps/production/sab/sabnzbd.yaml | 8 ++++---- cluster/apps/production/sonarr/sonarr.yaml | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cluster/apps/production/prowlarr/prowlarr.yaml b/cluster/apps/production/prowlarr/prowlarr.yaml index 975200e..4b5155a 100644 --- a/cluster/apps/production/prowlarr/prowlarr.yaml +++ b/cluster/apps/production/prowlarr/prowlarr.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "500Mi" + memory: "256Mi" cpu: "500m" limits: - memory: "1Gi" - cpu: "1" + memory: "750Mi" + cpu: "750m" volumeMounts: - mountPath: /config name: prowlarr-config diff --git a/cluster/apps/production/qbitty/qbitty.yaml b/cluster/apps/production/qbitty/qbitty.yaml index 1e596d9..b27741b 100644 --- a/cluster/apps/production/qbitty/qbitty.yaml +++ b/cluster/apps/production/qbitty/qbitty.yaml @@ -51,11 +51,11 @@ spec: value: "false" resources: requests: - memory: "512Mi" + memory: "256Mi" cpu: "100m" limits: - memory: "1Gi" - cpu: "100m" + memory: "512Gi" + cpu: "200m" volumeMounts: - mountPath: /config name: qbitty-config diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index aba2b46..729e258 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "512Mi" - cpu: "500m" + memory: "256Mi" + cpu: "300m" limits: - memory: "1Gi" - cpu: "1" + memory: "750Mi" + cpu: "500" volumeMounts: - mountPath: /config name: radarr-config diff --git a/cluster/apps/production/sab/sabnzbd.yaml b/cluster/apps/production/sab/sabnzbd.yaml index 4441860..2066258 100644 --- a/cluster/apps/production/sab/sabnzbd.yaml +++ b/cluster/apps/production/sab/sabnzbd.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "2Gi" - cpu: "1" + memory: "512Mi" + cpu: "500m" limits: - memory: "4Gi" - cpu: "4" + memory: "750Mi" + cpu: "750m" volumeMounts: - mountPath: /config name: sabnzbd-config diff --git a/cluster/apps/production/sonarr/sonarr.yaml b/cluster/apps/production/sonarr/sonarr.yaml index 317ab6f..7c692d3 100644 --- a/cluster/apps/production/sonarr/sonarr.yaml +++ b/cluster/apps/production/sonarr/sonarr.yaml @@ -28,11 +28,11 @@ spec: value: America/New_York resources: requests: - memory: "512Mi" - cpu: "1" + memory: "256Mi" + cpu: "300m" limits: - memory: "1Gi" - cpu: "4" + memory: "750Mi" + cpu: "500" volumeMounts: - mountPath: /config name: sonarr-config