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
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
cpu: 500m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
cpu: 500m
|
||||
memory: 2Gi
|
||||
|
||||
## Repo server service configuration
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue