From 4bc77ed1b784c87985a6e549f828ba80ccd535aa Mon Sep 17 00:00:00 2001 From: Deek <104258669+nidhamu2d3@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:11:41 +0000 Subject: [PATCH] increage CDI importer memory limit --- k8s/manifest/blt/cdi-config-importer-memory.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 k8s/manifest/blt/cdi-config-importer-memory.yaml 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