Skip to content
Snippets Groups Projects
Unverified Commit 70526ff6 authored by Varac's avatar Varac
Browse files

Remove wekan mongodb CPU limits (#1140)

parent 5df0a677
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,12 @@ data:
stackspin.net/backupSet: "wekan"
# https://docs.bitnami.com/kubernetes/infrastructure/mongodb/
# https://github.com/bitnami/charts/tree/master/bitnami/mongodb#parameters
resources:
requests:
memory: 256Mi
cpu: 300m
limits:
memory: 384Mi
mongodb:
enabled: true
architecture: standalone
......@@ -113,7 +119,6 @@ data:
existingClaim: "wekan"
resources:
limits:
cpu: 1
memory: 1024Mi
requests:
cpu: 400m
......
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