Commit 8f9195a9 authored by Mark Lapierre's avatar Mark Lapierre

Increase Review App resource limits

parent 740626ef
......@@ -70,10 +70,10 @@ gitlab:
resources:
requests:
cpu: 746m
memory: 1873M
memory: 2809M
limits:
cpu: 1119m
memory: 2809M
memory: 4214M
deployment:
readinessProbe:
initialDelaySeconds: 5 # Default is 0
......@@ -83,10 +83,10 @@ gitlab:
resources:
requests:
cpu: 400m
memory: 50M
memory: 75M
limits:
cpu: 600m
memory: 75M
memory: 113M
readinessProbe:
initialDelaySeconds: 5 # Default is 0
periodSeconds: 15 # Default is 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment