Skip to content

Commit 10e8a35

Browse files
authored
Merge pull request #680 from snyk/fix/cpu-limits
fix: increase CPU limits from 1 to 2
2 parents 7c18386 + 819b9c3 commit 10e8a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snyk-monitor-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
cpu: '250m'
9191
memory: '400Mi'
9292
limits:
93-
cpu: '1'
93+
cpu: '2'
9494
memory: '2Gi'
9595
securityContext:
9696
privileged: false

snyk-monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ requests:
6565
memory: '400Mi'
6666

6767
limits:
68-
cpu: '1'
68+
cpu: '2'
6969
memory: '2Gi'
7070

7171
http_proxy:

0 commit comments

Comments
 (0)