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:
minAllowed:
enabled: false
cpu: 1
cpu: 100m
memory: 64Mi
maxAllowed:
enabled: true
cpu: 2
memory: 128Mi
cpu: 100m
memory: 256Mi
controlledResources:
- cpu
- memory
- cpu
- memory