diff --git a/k8s/manifest/blt/cdi-config-importer-memory.yaml b/k8s/manifest/blt/cdi-config-importer-memory.yaml new file mode 100644 index 0000000..72abeb1 --- /dev/null +++ b/k8s/manifest/blt/cdi-config-importer-memory.yaml @@ -0,0 +1,10 @@ +apiVersion: cdi.kubevirt.io/v1beta1 +kind: CDIConfig +metadata: + name: config +spec: + podResourceRequirements: + limits: + memory: 2Gi + requests: + memory: 512Mi \ No newline at end of file