diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/review_apps/base-config.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml index 999f730efc5..95b0295622a 100644 --- a/scripts/review_apps/base-config.yaml +++ b/scripts/review_apps/base-config.yaml @@ -52,10 +52,10 @@ gitlab: resources: requests: cpu: 650m - memory: 970M + memory: 1018M limits: cpu: 975m - memory: 1450M + memory: 1527M hpa: targetAverageValue: 650m task-runner: @@ -69,11 +69,11 @@ gitlab: unicorn: resources: requests: - cpu: 500m - memory: 1630M + cpu: 525m + memory: 1711M limits: - cpu: 750m - memory: 2450M + cpu: 787m + memory: 2566M deployment: readinessProbe: initialDelaySeconds: 5 # Default is 0 |