From d0413577952350af8e4a863d44ac7cbf052cf10f Mon Sep 17 00:00:00 2001 From: Deek <104258669+nidhamu2d3@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:34:19 +0000 Subject: [PATCH] fix CDI Structure --- k8s/manifest/blt/cdi-config-importer-memory.yaml | 10 ---------- k8s/manifest/infrastructure/cdi/cdi.yaml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 k8s/manifest/blt/cdi-config-importer-memory.yaml create mode 100644 k8s/manifest/infrastructure/cdi/cdi.yaml diff --git a/k8s/manifest/blt/cdi-config-importer-memory.yaml b/k8s/manifest/blt/cdi-config-importer-memory.yaml deleted file mode 100644 index 72abeb1..0000000 --- a/k8s/manifest/blt/cdi-config-importer-memory.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: cdi.kubevirt.io/v1beta1 -kind: CDIConfig -metadata: - name: config -spec: - podResourceRequirements: - limits: - memory: 2Gi - requests: - memory: 512Mi \ No newline at end of file diff --git a/k8s/manifest/infrastructure/cdi/cdi.yaml b/k8s/manifest/infrastructure/cdi/cdi.yaml new file mode 100644 index 0000000..1be5d87 --- /dev/null +++ b/k8s/manifest/infrastructure/cdi/cdi.yaml @@ -0,0 +1,16 @@ +apiVersion: cdi.kubevirt.io/v1beta1 +kind: CDI +metadata: + name: cdi +spec: + config: + featureGates: + - HonorWaitForFirstConsumer + - WebhookPvcRendering + podResourceRequirements: + requests: + cpu: 100m + memory: 256Mi + limits: + cpu: "1" + memory: 2Gi \ No newline at end of file