Skip to content

Commit

Permalink
Support for changing memory requests and limits for PostgreSQL in Key…
Browse files Browse the repository at this point in the history
…cloakX Helm Chart

Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman committed Oct 28, 2024
1 parent 5d4b98b commit 8f8b179
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ spec:
enableMasterLoadBalancer: false
enableLogicalBackup: {{ .Values.postgresql.enableLogicalBackup }}
numberOfInstances: {{ ((.Values.postgresql).instance) | default 1 }}
resources:
requests:
memory: {{ ((((.Values.postgresql).resources).requests).memory) | default "100Mi" }}
limits:
memory: {{ ((((.Values.postgresql).resources).requests).memory) | default "500Mi" }}
postgresql:
version: "12"
teamId: keycloakx
Expand Down

0 comments on commit 8f8b179

Please sign in to comment.