More request tuning
This commit is contained in:
parent
6cfcfe698b
commit
e157047209
@ -96,12 +96,12 @@ argo-cd:
|
||||
enabled: true
|
||||
|
||||
resources:
|
||||
# limits:
|
||||
limits:
|
||||
# cpu: 500m
|
||||
# memory: 2048Mi
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
|
||||
repoServer:
|
||||
metrics:
|
||||
|
@ -56,10 +56,10 @@ kube-prometheus-stack:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 32Mi
|
||||
limits:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
|
||||
admissionWebhooks:
|
||||
patch:
|
||||
|
@ -36,11 +36,11 @@ spec:
|
||||
- "--cni-version=0.3.1"
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "64Mi"
|
||||
limits:
|
||||
cpu: "10m"
|
||||
# memory: "64Mi"
|
||||
# limits:
|
||||
# cpu: "100m"
|
||||
memory: "256Mi"
|
||||
# memory: "256Mi"
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
|
@ -19,11 +19,11 @@ snapshotController:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: 16Mi
|
||||
cpu: 20m
|
||||
memory: 24Mi
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 64Mi
|
||||
cpu: 100m
|
||||
# cpu: 100m
|
||||
|
||||
lvm-localpv:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user