Hi all, I'm currently setting up the
# spicedb
j
Hi all, I'm currently setting up the spicedb-operator in a kubernetes cluster and am running into a small issue where the migrate job to update a SpiceDBCluster is failing to start up due to a lack of resource requests. Is it possible to specify memory/cpu requests for migration jobs? I didn't see anything about this mentioned in the docs so I was hoping to check here. Thanks in advance!
e
there's a feature that lets you patch in what you want. here's an example of setting resource requests (you'll need to change the container name to
migrate
instead of
spicedb
): https://github.com/authzed/spicedb-operator/issues/247#issuecomment-1749556254
j
Thanks! I'll try making use of that.
5 Views