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 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