Skip to content

Commit

Permalink
Removed CPU limit for CNPG cluster in KeycloakX helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman committed Oct 28, 2024
1 parent 5d4b98b commit 0acaed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions argocd-helm-charts/keycloakx/templates/postgresql-cnpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spec:
resources:
limits:
memory: {{ (((.Values.cnpg).resources).limits).memory | default "800Mi" }}
# As its required to add the cpu limit, have added the issue here
# https://github.com/cloudnative-pg/cloudnative-pg/issues/2586
cpu: "2"
requests:
memory: {{ (((.Values.cnpg).resources).requests).memory | default "500Mi" }}
cpu: {{ (((.Values.cnpg).resources).requests).cpu | default "100m" }}
Expand Down

0 comments on commit 0acaed4

Please sign in to comment.