Browse Source

Update Jenkinsfile

azatsafin 4 years ago
parent
commit
322482b08e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

@@ -36,9 +36,12 @@ spec:
         mountPath: /tmp/repository
   - name: docker-daemon
     resources:
+      limits:
+        memory: 1536Mi
+        cpu: "1000m"
       requests:
         memory: 1024Mi
-        cpu: "1000m"
+        cpu: "500m"
     image: docker:19.03.1-dind
     securityContext:
       privileged: true