From f441b9685e6e386dde4dce281943ead9d6b6c6e4 Mon Sep 17 00:00:00 2001 From: Florian Wolpert Date: Fri, 4 Dec 2020 12:26:44 +0100 Subject: [PATCH] upgrade to version 0.3.8 of maxking images and add some resource limits --- mailman3/Chart.yaml | 4 ++-- mailman3/values.yaml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mailman3/Chart.yaml b/mailman3/Chart.yaml index ce9bd1c..0d520ed 100644 --- a/mailman3/Chart.yaml +++ b/mailman3/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 0.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.3.8 +appVersion: 0.3.10 diff --git a/mailman3/values.yaml b/mailman3/values.yaml index 70ae91b..d024ad4 100644 --- a/mailman3/values.yaml +++ b/mailman3/values.yaml @@ -34,17 +34,17 @@ core: nodeSelector: {} tolerations: [] affinity: {} - resources: {} + resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + limits: + cpu: 100m + memory: 512Mi + requests: + cpu: 100m + memory: 128Mi persistence: # persistence.existingClaim: ... size: 100Gi