diff --git a/.werft/build.yaml b/.werft/build.yaml index 09cab62aa5925e..88b40fcb0161bb 100644 --- a/.werft/build.yaml +++ b/.werft/build.yaml @@ -74,6 +74,13 @@ pod: image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go.4 workingDir: /workspace imagePullPolicy: Always + resources: + requests: + memory: "10Gi" + cpu: "3500m" + limits: + memory: "20Gi" + cpu: "10000m" volumeMounts: - name: monitoring-satellite-stackdriver-credentials mountPath: /mnt/secrets/monitoring-satellite-stackdriver-credentials