authzed / spicedb-operator

Kubernetes controller for managing instances of SpiceDB
Apache License 2.0
62 stars 26 forks source link

Increase default memory requests and limits #323

Closed ecordell closed 1 month ago

ecordell commented 1 month ago

After https://github.com/authzed/spicedb-operator/pull/320, memory usage increased quite a bit. While still usually within the limits already set, this commit bumps the defaults a bit to provide similar headroom to the previous defaults.

https://github.com/authzed/spicedb-operator/issues/322 tracks finding the root cause (the openapi change or the kube dependency updates), after which we can lower these defaults down again.