Skip to content

Commit

Permalink
Merge pull request #3462 from cal-itp/fix/sentry-redis-limits
Browse files Browse the repository at this point in the history
fix(sentry): limit redis to 1 replica and add resource limits
  • Loading branch information
themightychris authored Sep 18, 2024
2 parents 65fec8c + 96ac4ff commit 62a61fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kubernetes/apps/charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ sentry:
existingSecret: sentry-secret
existingSecretKey: session-secret

redis:
replica:
replicaCount: 1
resources:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 3Gi

postgresql:
global:
postgresql:
Expand Down

0 comments on commit 62a61fd

Please sign in to comment.