From 6a5360a803704d412e8ea147ea9428d2258d944c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 27 Sep 2025 19:27:46 +0100 Subject: [PATCH] Tweak memory requests Signed-off-by: Marcus Noble --- manifests/blog/blog.yaml | 4 ++-- manifests/bsky-screenshot/bsky-screenshot.yaml | 6 +++--- manifests/cors-proxy/cors-proxy.yaml | 5 +++++ manifests/feed-fetcher/feed-fetcher.yaml | 5 +++++ manifests/gitea/gitea.yaml | 2 +- manifests/grist/grist.yaml | 5 +++++ manifests/mealie/mealie.yaml | 4 ++-- manifests/nextcloud_chart/manifest.yaml | 3 ++- manifests/nodered/nodered.yaml | 5 +++++ manifests/outline/outline.yaml | 4 +++- 10 files changed, 33 insertions(+), 10 deletions(-) diff --git a/manifests/blog/blog.yaml b/manifests/blog/blog.yaml index c3452f5..9b5cfd3 100644 --- a/manifests/blog/blog.yaml +++ b/manifests/blog/blog.yaml @@ -36,9 +36,9 @@ spec: name: web resources: limits: - memory: 200Mi + memory: 150Mi requests: - memory: 200Mi + memory: 150Mi livenessProbe: httpGet: path: /healthz diff --git a/manifests/bsky-screenshot/bsky-screenshot.yaml b/manifests/bsky-screenshot/bsky-screenshot.yaml index 3246e4f..e38613c 100644 --- a/manifests/bsky-screenshot/bsky-screenshot.yaml +++ b/manifests/bsky-screenshot/bsky-screenshot.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +orapiVersion: v1 kind: Service metadata: name: bsky-screenshot @@ -36,9 +36,9 @@ spec: name: web resources: limits: - memory: 20Mi + memory: 105Mi requests: - memory: 20Mi + memory: 105Mi --- apiVersion: networking.k8s.io/v1 kind: Ingress diff --git a/manifests/cors-proxy/cors-proxy.yaml b/manifests/cors-proxy/cors-proxy.yaml index a8ab727..9f004ec 100644 --- a/manifests/cors-proxy/cors-proxy.yaml +++ b/manifests/cors-proxy/cors-proxy.yaml @@ -37,6 +37,11 @@ spec: env: - name: ALLOWLIST value: cdn.bsky.app + resources: + requests: + memory: 184M + limits: + memory: 184M --- apiVersion: networking.k8s.io/v1 kind: Ingress diff --git a/manifests/feed-fetcher/feed-fetcher.yaml b/manifests/feed-fetcher/feed-fetcher.yaml index 99f81a9..cd02705 100644 --- a/manifests/feed-fetcher/feed-fetcher.yaml +++ b/manifests/feed-fetcher/feed-fetcher.yaml @@ -34,6 +34,11 @@ spec: ports: - containerPort: 8080 name: web + resources: + requests: + memory: 80M + limits: + memory: 80M --- apiVersion: networking.k8s.io/v1 kind: Ingress diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index 84338a7..ddaf530 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -77,7 +77,7 @@ spec: name: web resources: requests: - memory: 400Mi + memory: 800Mi volumeMounts: - mountPath: /data name: git-data diff --git a/manifests/grist/grist.yaml b/manifests/grist/grist.yaml index b535de9..73c9d42 100644 --- a/manifests/grist/grist.yaml +++ b/manifests/grist/grist.yaml @@ -106,6 +106,11 @@ spec: value: "true" - name: GRIST_SANDBOX_FLAVOR value: gvisor + resources: + requests: + memory: 300M + limits: + memory: 300M securityContext: capabilities: add: diff --git a/manifests/mealie/mealie.yaml b/manifests/mealie/mealie.yaml index 2df87bc..8d5b930 100644 --- a/manifests/mealie/mealie.yaml +++ b/manifests/mealie/mealie.yaml @@ -72,10 +72,10 @@ spec: resources: requests: cpu: 200m - memory: 650M + memory: 550M limits: cpu: 1000m - memory: 650M + memory: 550M volumes: - name: data persistentVolumeClaim: diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 0db3a61..ff73591 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -284,9 +284,10 @@ spec: resources: requests: cpu: 1038m - memory: 512M + memory: 765M limits: cpu: 1200m + memory: 765M volumeMounts: - name: nextcloud-data mountPath: /var/www/ diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index bc1070f..468e823 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -78,6 +78,11 @@ spec: ports: - containerPort: 1880 name: web + resources: + requests: + memory: 200M + limits: + memory: 200M volumeMounts: - name: data mountPath: /data diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 84f7e7c..4b7d2c7 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -73,7 +73,9 @@ spec: resources: requests: cpu: 8m - memory: 1024Mi + memory: 1389M + limits: + memory: 1489M volumeMounts: - mountPath: /opt/outline/.env subPath: .env