From e810d336a72625b993966a226a7c148ddfc33526 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 12 Sep 2022 10:21:01 -0300 Subject: [PATCH] Add resource allocation defaults for emailleg --- charts/emailleg/v1.4.0/values.yaml | 70 +++++++++++++++--------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/charts/emailleg/v1.4.0/values.yaml b/charts/emailleg/v1.4.0/values.yaml index 0400185..6a73508 100755 --- a/charts/emailleg/v1.4.0/values.yaml +++ b/charts/emailleg/v1.4.0/values.yaml @@ -5,65 +5,65 @@ imap: repository: porto.interlegis.leg.br/seit/mailu-dovecot pullPolicy: IfNotPresent tag: "1.5.4" - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 200m + memory: 96Mi + requests: + cpu: 50m + memory: 24Mi smtp: image: repository: porto.interlegis.leg.br/seit/mailu-postfix pullPolicy: IfNotPresent tag: "1.5.1" - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 150m + memory: 64Mi + requests: + cpu: 50m + memory: 16Mi admin: image: repository: porto.interlegis.leg.br/seit/mailu-admin pullPolicy: IfNotPresent tag: "1.5.6" - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 400m + memory: 350Mi + requests: + cpu: 50m + memory: 200Mi config: image: repository: porto.interlegis.leg.br/seit/mailu-admin-ilconfig pullPolicy: IfNotPresent tag: "0.1.0" - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 400m + memory: 350Mi + requests: + cpu: 150m + memory: 150Mi redis: image: repository: redis pullPolicy: IfNotPresent tag: "4.0.11-alpine" - resources: {} - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 100m + memory: 32Mi + requests: + cpu: 25m + memory: 8Mi mail: domain: teste.df.leg.br