PERF(applications): optimize resources via VPA
- code-server: CPU 15m/15m, memory 225Mi/225Mi - docusaurus: CPU 10m/16m, memory 50Mi/50Mi - headlamp: CPU 15m/15m, memory 100Mi/100Mi - homer: CPU 10m/12m, memory 50Mi/50Mi - mas: CPU 15m/15m, memory 144Mi/203Mi - umami: CPU 15m/15m, memory 271Mi/323Mi
This commit is contained in:
@@ -34,11 +34,13 @@ controllers:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 11m
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 12m
|
||||
memory: 50Mi
|
||||
pod:
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
|
||||
Reference in New Issue
Block a user