Skip to content

Commit

Permalink
Improve values.yaml recource definitions for postgres and elastichsea…
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma authored Aug 26, 2024
1 parent 54a6a9d commit e8842aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
23 changes: 16 additions & 7 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e8842aa

Please sign in to comment.