diff --git a/workloads/patches/catalog-resources.yaml b/workloads/patches/catalog-resources.yaml new file mode 100644 index 0000000..89b2e96 --- /dev/null +++ b/workloads/patches/catalog-resources.yaml @@ -0,0 +1,16 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: catalog-api-deploy +spec: + template: + spec: + containers: + - name: api + resources: + requests: + cpu: 25m + memory: 32Mi + limits: + cpu: 250m + memory: 128Mi \ No newline at end of file