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

This commit is contained in:
Nicolas 2025-07-24 18:12:01 +08:00
parent 19c82aff7a
commit 6117b8dcac

View File

@ -120,12 +120,12 @@ reconciler:
vpa: vpa:
minAllowed: minAllowed:
enabled: false enabled: false
cpu: 1 cpu: 100m
memory: 64Mi memory: 64Mi
maxAllowed: maxAllowed:
enabled: true enabled: true
cpu: 2 cpu: 100m
memory: 128Mi memory: 256Mi
controlledResources: controlledResources:
- cpu - cpu
- memory - memory