From e8842aaab2dfaf423d72eb68b864cc1550d17c68 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Mon, 26 Aug 2024 10:20:44 +0200 Subject: [PATCH] Improve values.yaml recource definitions for postgres and elastichsearch (#286) See https://github.com/bitnami/charts/blob/141e52fbb02909e3e9803319727e646a984f7bae/bitnami/postgresql/values.yaml#L481 --- zammad/Chart.yaml | 2 +- zammad/values.yaml | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index c00e817c..e983625e 100644 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 12.3.2 +version: 12.3.3 appVersion: 6.3.1-121 description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. home: https://zammad.org diff --git a/zammad/values.yaml b/zammad/values.yaml index ba871244..bffdce1d 100644 --- a/zammad/values.yaml +++ b/zammad/values.yaml @@ -480,6 +480,14 @@ elasticsearch: heapSize: 512m masterOnly: false replicaCount: 1 + resources: {} + # requests: + # cpu: 50m + # memory: 512Mi + # limits: + # cpu: 100m + # memory: 1024Mi + # To use an existing Kubernetes secret containing the credentials, # remove the comments on the lines below and adjust them accordingly # @@ -535,13 +543,14 @@ postgresql: # userPasswordKey: postgresql-pass # replicationPasswordKey: postgresql-replication-password # - resources: {} - # requests: - # cpu: 250m - # memory: 256Mi - # limits: - # cpu: 500m - # memory: 512Mi + primary: + resources: {} + # requests: + # cpu: 250m + # memory: 256Mi + # limits: + # cpu: 500m + # memory: 512Mi # settings for the redis subchart redis: