Skip to content

Commit 96ac4ff

Browse files
fix(sentry): limit redis to 1 replica and add resource limits
1 parent 00ace1e commit 96ac4ff

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)