Skip to content

Commit

Permalink
Update frontend and loadgenerator requests/limits (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstarmer authored Feb 13, 2021
1 parent c655d44 commit 5a8dcb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ spec:
resources:
requests:
cpu: 500m
memory: 512Mi
memory: 1Gi
limits:
cpu: 500m
memory: 512Mi
memory: 1Gi
volumes:
- name: publickey
secret:
Expand Down
8 changes: 4 additions & 4 deletions kubernetes-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ spec:
value: "info"
resources:
requests:
cpu: 250m
memory: 512Mi
cpu: 1000m
memory: 1Gi
limits:
cpu: 500m
memory: 768Mi
cpu: 1000m
memory: 1Gi

0 comments on commit 5a8dcb9

Please sign in to comment.