Skip to content

Commit

Permalink
Update requested CPU capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Pacheco committed Aug 21, 2020
1 parent 98da296 commit d258f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/production/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
imagePullPolicy: Always
resources:
requests:
cpu: "0.5"
cpu: "0.25"
memory: "256M"
limits:
cpu: "1"
Expand Down
2 changes: 1 addition & 1 deletion k8s/staging/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
imagePullPolicy: Always
resources:
requests:
cpu: "0.5"
cpu: "0.25"
memory: "256M"
limits:
cpu: "1"
Expand Down

0 comments on commit d258f19

Please sign in to comment.