kata-deploy: Update podOverhead for TDX

As TEEs cannot hotplug memory / CPU, we *must* consider the default
values for those as part of the podOverhead.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-04-12 21:29:12 +02:00
parent e31efc861c
commit ea386700fe

View File

@ -19,8 +19,8 @@ metadata:
handler: kata-qemu-tdx handler: kata-qemu-tdx
overhead: overhead:
podFixed: podFixed:
memory: "160Mi" memory: "2048Mi"
cpu: "250m" cpu: "1.0"
scheduling: scheduling:
nodeSelector: nodeSelector:
katacontainers.io/kata-runtime: "true" katacontainers.io/kata-runtime: "true"