Skip to content

Commit c28f5a8

Browse files
authored
Merge pull request #12 from github-developer/decrease-memory
decrease cpu and memory
2 parents 07f9368 + cb2ee16 commit c28f5a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ spec:
4646
image: docker:18.09-dind
4747
resources:
4848
requests:
49-
memory: "512Mi"
50-
cpu: "500m"
49+
memory: "256Mi"
50+
cpu: "250m"
5151
limits:
52-
memory: "1024Mi"
53-
cpu: "1"
52+
memory: "512Mi"
53+
cpu: "250m"
5454
securityContext:
5555
privileged: true
5656
volumeMounts:

0 commit comments

Comments
 (0)