fix(vpa): force local values.alpha.yaml overwrite

This commit is contained in:
Nicolas 2025-07-24 18:12:01 +08:00
parent b4e8f579e2
commit e051a97ad6

View File

@ -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