summaryrefslogtreecommitdiff
path: root/scripts/review_apps/base-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/review_apps/base-config.yaml')
-rw-r--r--scripts/review_apps/base-config.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml
index cf55fca7452..7daf3f80efc 100644
--- a/scripts/review_apps/base-config.yaml
+++ b/scripts/review_apps/base-config.yaml
@@ -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
@@ -137,10 +137,10 @@ postgresql:
enabled: false
resources:
requests:
- cpu: 550m
+ cpu: 600m
memory: 1000M
limits:
- cpu: 825m
+ cpu: 1300m
memory: 1500M
prometheus:
install: false