Skip to content

Commit 578c351

Browse files
Merge pull request #685 from snyk/fix/revert-cpu-limts
chore: revert CPU limits to previous value
2 parents 73e512f + aee2566 commit 578c351

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: '2'
93+
cpu: '1'
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: '2'
68+
cpu: '1'
6969
memory: '2Gi'
7070

7171
http_proxy:

0 commit comments

Comments
 (0)