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