Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Scale down mockAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
EliiseS committed Mar 16, 2020
1 parent 578c19f commit 9dd79b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mockapi/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:

resources:
limits:
memory: '4G'
cpu: '1600m' # If running on D2v2 instance can't use 2cpu as some is reserved for system pods so use slightly less than 2
memory: '2G'
cpu: '600m' # If running on D2v2 instance can't use 2cpu as some is reserved for system pods so use slightly less than 2
ports:
- containerPort: 8085
name: api

0 comments on commit 9dd79b8

Please sign in to comment.