openfga / helm-charts

Official Helm charts for the OpenFGA project.
https://openfga.dev
Apache License 2.0
18 stars 29 forks source link

fix: set replica to 1 when using memory datastore #114

Closed jpadilla closed 3 months ago

jpadilla commented 3 months ago

Description

If datastore.engine is set to memory (the current default) hard code replica count to 1. Any other engine will continue using whatever replicaCount is set to, by default it's 3.

References

https://github.com/openfga/openfga/issues/1431

Review Checklist