Skip to content

Commit 62a61fd

Browse files
Merge pull request #3462 from cal-itp/fix/sentry-redis-limits
fix(sentry): limit redis to 1 replica and add resource limits
2 parents 65fec8c + 96ac4ff commit 62a61fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

kubernetes/apps/charts/sentry/values.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ sentry:
44
existingSecret: sentry-secret
55
existingSecretKey: session-secret
66

7+
redis:
8+
replica:
9+
replicaCount: 1
10+
resources:
11+
requests:
12+
cpu: 2
13+
memory: 2Gi
14+
limits:
15+
cpu: 2
16+
memory: 3Gi
17+
718
postgresql:
819
global:
920
postgresql:

0 commit comments

Comments
 (0)