openfga / helm-charts

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

feat: add resources for migration containers #73

Closed marlenekoh closed 1 year ago

marlenekoh commented 1 year ago

Allow resources limits and requests to be configured for the migration job.

Description

Added the following to values.yaml

datastore:
   engine: memory
   uri:
   uriSecret:
   maxCacheSize:
   maxOpenConns:
   maxIdleConns:
   connMaxIdleTime:
   connMaxLifetime:
   applyMigrations: true
+  migrations:
+    resources: {}

References

Review Checklist