diff --git a/platform/sandbox-ci-runners/pools.yaml b/platform/sandbox-ci-runners/pools.yaml index 1caf345..b6bc741 100644 --- a/platform/sandbox-ci-runners/pools.yaml +++ b/platform/sandbox-ci-runners/pools.yaml @@ -120,6 +120,13 @@ spec: --storage-driver=overlay2 securityContext: privileged: true + resources: + requests: + cpu: "2" + memory: 3Gi + limits: + cpu: "2" + memory: 3Gi volumeMounts: - name: docker-socket mountPath: /run/docker