diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 5a709b4..c1db395 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -14,3 +14,12 @@ steps: password: from_secret: registry-password debug: true + backend_options: + kubernetes: + resources: + requests: + memory: 1Gi + cpu: 1 + limits: + memory: 2Gi + cpu: 2