Commit a962f9b4 authored by Albert Salim's avatar Albert Salim Committed by Mark Lapierre

Increase memory and cpu in review apps

parent 731e561a
...@@ -16,11 +16,11 @@ gitlab: ...@@ -16,11 +16,11 @@ gitlab:
gitaly: gitaly:
resources: resources:
requests: requests:
cpu: 1200m cpu: 2400m
memory: 245M memory: 1000M
limits: limits:
cpu: 1800m cpu: 3600m
memory: 367M memory: 1500M
persistence: persistence:
size: 10G size: 10G
gitlab-exporter: gitlab-exporter:
...@@ -38,10 +38,10 @@ gitlab: ...@@ -38,10 +38,10 @@ gitlab:
resources: resources:
requests: requests:
cpu: 500m cpu: 500m
memory: 25M memory: 100M
limits: limits:
cpu: 750m cpu: 750m
memory: 37.5M memory: 150M
maxReplicas: 3 maxReplicas: 3
hpa: hpa:
targetAverageValue: 500m targetAverageValue: 500m
...@@ -52,10 +52,10 @@ gitlab: ...@@ -52,10 +52,10 @@ gitlab:
resources: resources:
requests: requests:
cpu: 855m cpu: 855m
memory: 1285M memory: 1927M
limits: limits:
cpu: 1282m cpu: 1282m
memory: 1927M memory: 2890M
hpa: hpa:
targetAverageValue: 650m targetAverageValue: 650m
task-runner: task-runner:
...@@ -138,10 +138,10 @@ postgresql: ...@@ -138,10 +138,10 @@ postgresql:
resources: resources:
requests: requests:
cpu: 550m cpu: 550m
memory: 250M memory: 1000M
limits: limits:
cpu: 825m cpu: 825m
memory: 375M memory: 1500M
prometheus: prometheus:
install: false install: false
redis: redis:
......
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