Skip to content

Commit daef296

Browse files
author
ugo
committed
feat: enable billing metrics and outcomes consumers, update access modes
1 parent c1b16bf commit daef296

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/sentry/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ sentry:
714714
# noStrictOffsetReset: false
715715

716716
billingMetricsConsumer:
717-
enabled: false
717+
enabled: true
718718
replicas: 1
719719
env: []
720720
resources: {}
@@ -1253,7 +1253,7 @@ snuba:
12531253
# medium: Memory
12541254

12551255
outcomesBillingConsumer:
1256-
enabled: false
1256+
enabled: true
12571257
replicas: 1
12581258
env: []
12591259
resources: {}
@@ -2067,7 +2067,7 @@ filestore:
20672067
## GKE, AWS & OpenStack)
20682068
##
20692069
# storageClass: "-"
2070-
accessMode: ReadWriteMany
2070+
accessMode: ReadWriteOnce # Set ReadWriteMany for work Replays
20712071
size: 10Gi
20722072

20732073
## Whether to mount the persistent volume to the Sentry worker and
@@ -2078,7 +2078,7 @@ filestore:
20782078
## Please note that you may need to change your accessMode to ReadWriteMany
20792079
## if you plan on having the web, worker and cron deployments run on
20802080
## different nodes.
2081-
persistentWorkers: true
2081+
persistentWorkers: false
20822082

20832083
## If existingClaim is specified, no PVC will be created and this claim will
20842084
## be used

0 commit comments

Comments
 (0)