Skip to content

Commit

Permalink
Raise max number of pods for events just in case since that's pretty …
Browse files Browse the repository at this point in the history
…critical to avoid losing data.
  • Loading branch information
mitchellw committed Dec 6, 2023
1 parent 2a9e6c1 commit d0d4783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/posthog/posthog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0d4783

Please sign in to comment.