fix(repo-server): Increase default repo server memory and cpu
This commit is contained in:
parent
a10a8f5de7
commit
5c70c085aa
1 changed files with 4 additions and 4 deletions
|
@ -1511,11 +1511,11 @@ repoServer:
|
||||||
# -- Resource limits and requests for the repo server pods
|
# -- Resource limits and requests for the repo server pods
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50m
|
cpu: 500m
|
||||||
memory: 128Mi
|
memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 500m
|
||||||
memory: 64Mi
|
memory: 2Gi
|
||||||
|
|
||||||
## Repo server service configuration
|
## Repo server service configuration
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue