fix(kubevirt): can't resource req/lim with type?

This commit is contained in:
JJGadgets
2023-12-26 15:37:12 +08:00
parent c28c6ad34e
commit cb355aecfe

View File

@@ -54,13 +54,13 @@ spec:
protocol: "UDP"
firmware:
uuid: "${UUID}"
resources:
requests:
cpu: "100m"
memory: "8192Mi"
limits:
cpu: "2000m"
memory: "10240Mi"
# resources:
# requests:
# cpu: "100m"
# memory: "8192Mi"
# limits:
# cpu: "2000m"
# memory: "10240Mi"
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "kubernetes.io/hostname"