mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(kubevirt): can't resource req/lim with type?
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user