Skip to content

Commit

Permalink
Update scheduler limits
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Mar 4, 2021
1 parent e259a68 commit 6bf430e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Bugfix: Fix display of tags with empty value
- Bugfix: Fix constraint enforcement on create machine form (EE/HS only)
- Bugfix: Do not display sign in disabled message when MS365 SSO is the only one available (EE only)
- Change: Update requests & limits in helm chart

## v4.4.0 (19 Feb 2021)

Expand Down
2 changes: 1 addition & 1 deletion chart/mist/templates/scheduler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
memory: 100Mi
cpu: 10m
limits:
memory: 30Mi
memory: 400Mi
cpu: 1000m
volumeMounts:
- name: {{ .Values.productShortName }}-config
Expand Down

0 comments on commit 6bf430e

Please sign in to comment.