Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add explicit limits so restarting ignite resets to a correct baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Jun 14, 2020
1 parent dae10f0 commit 8ec4318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/manifests/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
image: opsani/co-http:latest
args: [ 'busy=400' ]
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: 250m
memory: 256Mi
Expand Down

0 comments on commit 8ec4318

Please sign in to comment.