From 8635399bf9d333819ff3403599dbf84c6ab916dc Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 25 May 2022 14:17:28 +0000 Subject: [PATCH] Increase mastodon resource requests --- manifests/mastodon/hpa.yaml | 2 +- manifests/mastodon/mastodon.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/mastodon/hpa.yaml b/manifests/mastodon/hpa.yaml index 402a083..d97a9e5 100644 --- a/manifests/mastodon/hpa.yaml +++ b/manifests/mastodon/hpa.yaml @@ -14,7 +14,7 @@ spec: kind: Deployment name: mastodon-web minReplicas: 2 - maxReplicas: 4 + maxReplicas: 6 metrics: - type: Resource resource: diff --git a/manifests/mastodon/mastodon.yaml b/manifests/mastodon/mastodon.yaml index dda31ad..20b19eb 100644 --- a/manifests/mastodon/mastodon.yaml +++ b/manifests/mastodon/mastodon.yaml @@ -102,7 +102,7 @@ spec: name: mastodon resources: requests: - memory: 350Mi + memory: 450Mi cpu: 25m affinity: podAntiAffinity: @@ -269,7 +269,7 @@ spec: periodSeconds: 10 resources: requests: - memory: 600Mi + memory: 800Mi cpu: 8m affinity: podAntiAffinity: