Hello,
I’m trying to install Temporal using helm based on the instructions found here: https://github.com/temporalio/helm-charts
When I run the following command, I get the error “Error: create: failed to create: Request entity too large: limit is 3145728”. Any ideas about this?
helm install
–set server.replicaCount=1
–set cassandra.config.cluster_size=1
–set prometheus.enabled=false
–set grafana.enabled=false
–set elasticsearch.enabled=false
–set kafka.enabled=false
temporaltest . --timeout 15m