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