Commit 310c85f8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'alberts-gitlab-master-patch-91581' into 'master'

Increase nginx-ingress-controller CPU

See merge request gitlab-org/gitlab!62665
parents 4b53d41e 58c83e57
......@@ -113,10 +113,10 @@ nginx-ingress:
ssl-ciphers: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
resources:
requests:
cpu: 100m
cpu: 300m
memory: 450M
limits:
cpu: 200m
cpu: 600m
memory: 675M
service:
enableHttp: false
......
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