diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index beb40a0..b673304 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -77,7 +77,7 @@ spec: name: web resources: requests: - memory: 800Mi + memory: 700Mi volumeMounts: - mountPath: /data name: git-data diff --git a/manifests/mealie/mealie.yaml b/manifests/mealie/mealie.yaml index 604fe98..d38ce64 100644 --- a/manifests/mealie/mealie.yaml +++ b/manifests/mealie/mealie.yaml @@ -72,10 +72,10 @@ spec: resources: requests: cpu: 200m - memory: 550M + memory: 375Mi limits: cpu: 1000m - memory: 550M + memory: 550Mi volumes: - name: data persistentVolumeClaim: diff --git a/manifests/monitoring/cadvisor.yaml b/manifests/monitoring/cadvisor.yaml index 6a1bab2..3d523a3 100644 --- a/manifests/monitoring/cadvisor.yaml +++ b/manifests/monitoring/cadvisor.yaml @@ -47,7 +47,7 @@ spec: resources: limits: cpu: 800m - memory: 2000Mi + memory: 800Mi requests: cpu: 400m memory: 400Mi diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 1ae6287..59d1743 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -286,7 +286,7 @@ spec: resources: requests: cpu: 1038m - memory: 765M + memory: 500M limits: cpu: 1200m memory: 765M diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index d2def85..75eebf1 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -73,9 +73,9 @@ spec: resources: requests: cpu: 8m - memory: 1389M + memory: 900Mi limits: - memory: 1489M + memory: 1489Mi volumeMounts: - mountPath: /opt/outline/.env subPath: .env