fix(repo-server): Increase default repo server memory and cpu

This commit is contained in:
Brandon Jacobs 2022-10-28 13:51:34 -04:00
parent a10a8f5de7
commit 5c70c085aa
No known key found for this signature in database
GPG key ID: 909E26E937C0E295

View file

@ -1511,11 +1511,11 @@ repoServer:
# -- Resource limits and requests for the repo server pods
resources:
limits:
cpu: 50m
memory: 128Mi
cpu: 500m
memory: 2Gi
requests:
cpu: 10m
memory: 64Mi
cpu: 500m
memory: 2Gi
## Repo server service configuration
service: