feat(authentication): add Vertical Pod Autoscaler (VPA) configuration for resource management
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1af1073eab
commit
7063dde811
@ -75,3 +75,15 @@ authentication:
|
||||
mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority
|
||||
metricsEnabled: 'true'
|
||||
probesEnabled: 'true'
|
||||
vpa:
|
||||
minAllowed:
|
||||
enabled: true
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
maxAllowed:
|
||||
enabled: true
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
controlledResources:
|
||||
- cpu
|
||||
- memory
|
||||
Loading…
Reference in New Issue
Block a user