definitelyBenny
05/09/2024, 7:28 PMSpiceDbCluster
k8s object? Im not seeing that in the docsvroldanbet
05/10/2024, 7:41 AMpatch
section, which let's you patch any bits of the Deployment. Let me show you an example:
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: test
namespace: test
spec:
channel: rapid
config:
datastoreEngine: cockroachdb
patches:
- kind: Deployment
patch:
spec:
template:
spec:
containers:
- name: spicedb
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 500m
memory: 512Mi
definitelyBenny
05/11/2024, 1:08 AM