Sentry on EKS using Helm

I’m trying to get Sentry deployed on Kubernetes (EKS) using the latest version of the helm chart.

I see that an S3 backend is supported, as well as EFS, and I’ve tried enabling the s3 backend, but it seems like the bucket is not used at all.

Are there any examples of how to configure the helm chart to be a full-featured Sentry deployment with Source Map uploads enabled?

Also, is there no Sentry slack or discord? It’d be pretty cool.

After the helm install takes place, with “asHook.enabled=true”, whats the next step?

I’ve seen various things about running migrations, running “kubectl exec -it sentry-web – sentry upgrade” …

Where is the documentation for these procedures?