From 954e5facc54719ec5efb53bcf0941baffb4b39a9 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Mon, 5 Aug 2024 00:59:37 +0100 Subject: [PATCH] Correct limits --- apps/sonarr/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index 73444e3..693da90 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -43,7 +43,7 @@ spec: resources: limits: cpu: 1000m - memory: 2Gb + memory: 2Gi requests: cpu: 10m memory: 64Mi \ No newline at end of file