From 6bf430e84fcdbc21faeafe62705748489f2de1ed Mon Sep 17 00:00:00 2001 From: Dimitris Moraitis Date: Fri, 5 Mar 2021 00:13:23 +0200 Subject: [PATCH] Update scheduler limits --- CHANGELOG.md | 1 + chart/mist/templates/scheduler-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b69ed57d..6f2cbf159e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/chart/mist/templates/scheduler-deployment.yaml b/chart/mist/templates/scheduler-deployment.yaml index fd22502773..5952f97a52 100644 --- a/chart/mist/templates/scheduler-deployment.yaml +++ b/chart/mist/templates/scheduler-deployment.yaml @@ -36,7 +36,7 @@ spec: memory: 100Mi cpu: 10m limits: - memory: 30Mi + memory: 400Mi cpu: 1000m volumeMounts: - name: {{ .Values.productShortName }}-config