Merge pull request 'ci: update devsvc vpa values' (#88) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/88
This commit is contained in:
commit
87211b7c78
@ -129,12 +129,12 @@ devsvc:
|
||||
vpa:
|
||||
minAllowed:
|
||||
enabled: false
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
cpu: 250m
|
||||
memory: 128Mi
|
||||
maxAllowed:
|
||||
enabled: true
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
controlledResources:
|
||||
- cpu
|
||||
- memory
|
||||
|
||||
@ -120,11 +120,11 @@ devsvc:
|
||||
vpa:
|
||||
minAllowed:
|
||||
enabled: true
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
maxAllowed:
|
||||
enabled: true
|
||||
cpu: 200m
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
controlledResources:
|
||||
- cpu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user