fix(woodpecker-agent): incresed resoure limits

This commit is contained in:
nold 2022-11-24 16:19:11 +01:00
parent 6a5009d70e
commit 42070c8453

View file

@ -39,8 +39,8 @@ securityContext:
resources:
limits:
cpu: 500m
memory: 512Mi
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
memory: 128Mi