From d0d4783fa9f85fc588c701a5275fe34d7a0ee613 Mon Sep 17 00:00:00 2001 From: Wilson Mitchell Date: Wed, 6 Dec 2023 15:56:22 -0800 Subject: [PATCH] Raise max number of pods for events just in case since that's pretty critical to avoid losing data. --- apps/base/posthog/posthog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/posthog/posthog.yaml b/apps/base/posthog/posthog.yaml index 6abe81e36..0cc2ac96a 100644 --- a/apps/base/posthog/posthog.yaml +++ b/apps/base/posthog/posthog.yaml @@ -229,7 +229,7 @@ spec: events: hpa: # -- Whether to create a HorizontalPodAutoscaler for the events stack. - maxpods: 15 + maxpods: 20 enabled: true pdb: enabled: true