Browse Source

Update Jenkinsfile

azatsafin 4 năm trước cách đây
mục cha
commit
322482b08e
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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