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

increase limits for helm-operator, nextcloud, rocketchat

parent 60320c5d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
--set configureRepositories.repositories[2].url=https://nextcloud.github.io/helm \
--set chartsSyncInterval=20m \
--set statusUpdateInterval=30s \
--set resources.limits.cpu=500m \
--set resources.limits.cpu=1000m \
--set resources.limits.memory=1Gi \
--set livenessProbe.initialDelaySeconds=10 \
--set readinessProbe.initialDelaySeconds=10 \
......
......@@ -76,6 +76,14 @@ nextcloud:
readinessProbe:
initialDelaySeconds: 120
resources:
limits:
cpu: 100m
memory: 360Mi
requests:
cpu: 30m
memory: 180Mi
# Enable and configure MariaDB chart
mariadb:
db:
......@@ -100,13 +108,6 @@ nextcloud:
enabled: false
rootUser:
password: "{{ nextcloud_mariadb_root_password }}"
resources:
limits:
cpu: 50m
memory: 360Mi
requests:
cpu: 10m
memory: 180Mi
setupApps:
backoffLimit: 20
......@@ -114,10 +115,10 @@ setupApps:
onlyoffice:
resources:
limits:
cpu: 20m
cpu: 80m
memory: 1536Mi
requests:
cpu: 10m
cpu: 20m
memory: 768Mi
server_name: "office.{{ domain }}"
ingress:
......
......@@ -90,10 +90,10 @@ podAnnotations:
resources:
limits:
cpu: 40m
cpu: 80m
memory: 1024Mi
requests:
cpu: 10m
cpu: 20m
memory: 512Mi
mongodb:
......
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