fix(vpa): force local values.alpha.yaml overwrite
This commit is contained in:
parent
b4e8f579e2
commit
e051a97ad6
@ -104,12 +104,12 @@ reconciler:
|
|||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
enabled: false
|
enabled: false
|
||||||
cpu: '0.1'
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
maxAllowed:
|
maxAllowed:
|
||||||
enabled: true
|
enabled: true
|
||||||
cpu: '0.2'
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
controlledResources:
|
controlledResources:
|
||||||
- cpu
|
- cpu
|
||||||
- memory
|
- memory
|
||||||
Loading…
Reference in New Issue
Block a user