From 22c33c9d8b7908dad3f9cdb3e8c37f2f49f7417e Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 12 Apr 2026 01:09:45 +0000 Subject: [PATCH 1/2] chore: Update manifests after change --- clusters/cl01tl/manifests/bazarr/Deployment-bazarr.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/bazarr/Deployment-bazarr.yaml b/clusters/cl01tl/manifests/bazarr/Deployment-bazarr.yaml index 97cd0845e..3e9dbdb47 100644 --- a/clusters/cl01tl/manifests/bazarr/Deployment-bazarr.yaml +++ b/clusters/cl01tl/manifests/bazarr/Deployment-bazarr.yaml @@ -49,10 +49,8 @@ spec: image: ghcr.io/linuxserver/bazarr:v1.5.6-ls342@sha256:9a631194c0dee21c85b5bff59e23610e1ae2f54594e922973949d271102e585e name: main resources: - limits: - cpu: 100m requests: - cpu: 1m + cpu: 10m memory: 250Mi volumeMounts: - mountPath: /config From a2a3de9464cf509d65bc8974e5caf2a390f9b980 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 12 Apr 2026 01:10:33 +0000 Subject: [PATCH 2/2] chore: Update manifests after change --- .../speedtest-exporter/Deployment-speedtest-exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml b/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml index 0c715d560..c5ca80d7e 100644 --- a/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml +++ b/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml @@ -38,6 +38,6 @@ spec: containerPort: 9798 protocol: TCP resources: - limits: - cpu: 1m + requests: + cpu: 10m memory: 30Mi