mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
[system] Recuce resources for some system apps
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -27,9 +27,9 @@ kubeapps:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 32Mi
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
kubeappsapis:
|
||||
resourcesPreset: "none"
|
||||
qps: "250.0"
|
||||
|
||||
@@ -7,8 +7,8 @@ flux-operator:
|
||||
hostNetwork: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
cpu: 100m
|
||||
memory: 350Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
cpu: 100m
|
||||
memory: 350Mi
|
||||
|
||||
@@ -5,10 +5,10 @@ vertical-pod-autoscaler:
|
||||
updater:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1100Mi
|
||||
memory: 110Mi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 1100Mi
|
||||
memory: 110Mi
|
||||
|
||||
recommender:
|
||||
extraArgs:
|
||||
@@ -25,10 +25,10 @@ vertical-pod-autoscaler:
|
||||
prometheus-cadvisor-job-name: cadvisor
|
||||
resources:
|
||||
limits:
|
||||
memory: 1600Mi
|
||||
memory: 160Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 1600Mi
|
||||
memory: 160Mi
|
||||
|
||||
admissionController:
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user