Skip to content

Commit

Permalink
Set resource limits & requests on basket-dev worker in oregon-b
Browse files Browse the repository at this point in the history
Copy from oregon-a
  • Loading branch information
jgmize committed Oct 4, 2019
1 parent 2acd6cf commit e529bec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion oregon-b/basket-dev/worker-deploy.yaml
Expand Up @@ -271,7 +271,13 @@ spec:
image: mozmeao/basket:d3f3d6c4
imagePullPolicy: IfNotPresent
name: basket-dev-worker
resources: {}
resources:
limits:
cpu: 500m
memory: 600Mi
requests:
cpu: 250m
memory: 300Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
Expand Down

1 comment on commit e529bec

@jgmize
Copy link
Contributor Author

@jgmize jgmize commented on e529bec Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.