mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(woodpecker-agent): incresed resoure limits
This commit is contained in:
parent
6a5009d70e
commit
42070c8453
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ securityContext:
|
|||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
cpu: 2000m
|
||||
memory: 1024Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
|
Loading…
Reference in a new issue