Skip to content

Commit

Permalink
bump unicorn resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Jan 1, 2019
1 parent 2dc5d20 commit ef7cdff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy/unicorn.yaml.erb
Expand Up @@ -28,11 +28,11 @@ spec:
resources:
<% if environment == 'production' %>
requests:
cpu: 2500m
memory: 3Gi
limits:
cpu: 3500m
cpu: 3000m
memory: 4Gi
limits:
cpu: 4000m
memory: 5Gi
<% else %>
requests:
cpu: 200m
Expand Down

0 comments on commit ef7cdff

Please sign in to comment.