fix(vpa): use integer cpu values for VPA minAllowed/maxAllowed to comply with k8s spec
This commit is contained in:
parent
b1d3d58269
commit
19c82aff7a
@ -120,12 +120,12 @@ reconciler:
|
|||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
enabled: false
|
enabled: false
|
||||||
cpu: "0.1"
|
cpu: 1
|
||||||
memory: "64Mi"
|
memory: 64Mi
|
||||||
maxAllowed:
|
maxAllowed:
|
||||||
enabled: true
|
enabled: true
|
||||||
cpu: "0.2"
|
cpu: 2
|
||||||
memory: "128Mi"
|
memory: 128Mi
|
||||||
controlledResources:
|
controlledResources:
|
||||||
- cpu
|
- cpu
|
||||||
- memory
|
- memory
|
||||||
Loading…
Reference in New Issue
Block a user