Skip to content

Commit

Permalink
reduce requested CPU of sample challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
sroettger committed Feb 7, 2020
1 parent b16c718 commit 23f7f1b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spec:
command:
resources:
limits:
cpu: "1.8"
requests:
cpu: "0.9"
requests:
cpu: "0.45"
volumeMounts:
- name: "secrets"
mountPath: "/secrets"
Expand All @@ -53,9 +53,9 @@ spec:
command:
resources:
limits:
cpu: "0.2"
cpu: "1"
requests:
cpu: "0.1"
cpu: "0.05"
volumeMounts:
- name: "healthcheck-secrets"
mountPath: "/secrets"
Expand Down

0 comments on commit 23f7f1b

Please sign in to comment.