Skip to content

Commit 5e2150d

Browse files
author
ugo
committed
feat: increase Kafka controller replica count and disable sourcemaps
1 parent bfab716 commit 5e2150d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/sentry/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ kafka:
23842384
kraft:
23852385
enabled: true
23862386
controller:
2387-
replicaCount: 1
2387+
replicaCount: 3
23882388
nodeSelector: {}
23892389
# tolerations: []
23902390
## if the load on the kafka controller increases, resourcesPreset must be increased
@@ -2453,7 +2453,7 @@ externalKafka:
24532453
ms: 1000
24542454

24552455
sourcemaps:
2456-
enabled: true
2456+
enabled: false
24572457

24582458
redis:
24592459
enabled: true

0 commit comments

Comments
 (0)