Skip to content
Snippets Groups Projects
Verified Commit 18a215bb authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

tweak some limits based on grafana measurements

parent c18d1141
No related branches found
No related tags found
No related merge requests found
......@@ -78,11 +78,11 @@ nextcloud:
resources:
limits:
cpu: 300m
memory: 360Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 30m
memory: 180Mi
cpu: 100m
memory: 256Mi
# Enable and configure MariaDB chart
mariadb:
......@@ -115,11 +115,11 @@ setupApps:
onlyoffice:
resources:
limits:
cpu: 200m
memory: 1536Mi
cpu: 800m
memory: 2Gi
requests:
cpu: 20m
memory: 768Mi
cpu: 200m
memory: 1Gi
server_name: "office.{{ domain }}"
ingress:
enabled: true
......
......@@ -90,11 +90,11 @@ podAnnotations:
resources:
limits:
cpu: 600m
cpu: 400m
memory: 1024Mi
requests:
cpu: 60m
memory: 512Mi
cpu: 100m
memory: 768Mi
mongodb:
mongodbRootPassword: "{{ rocketchat_mongodb_root_password }}"
......@@ -107,11 +107,11 @@ mongodb:
size: 2Gi
resources:
limits:
cpu: 40m
cpu: 600m
memory: 1024Mi
requests:
cpu: 20m
memory: 512Mi
cpu: 300m
memory: 768Mi
image:
tag: 3.13.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment