Skip to content

Commit

Permalink
Add example resource limits for postgres configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
  • Loading branch information
lgblaumeiser committed Jul 26, 2024
1 parent 3297d1c commit 8f2d8f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/bdrs-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,27 @@ postgresql:
primary:
persistence:
enabled: false
# In case you need to adapt the default resource recommendations of the postgres db primary server,
# uncomment the following lines and adjust them as necessary.
# resources:
# limits:
# cpu: 1.5
# memory: 2Gi
# requests:
# cpu: 500m
# memory: 256Mi
readReplicas:
persistence:
enabled: false
# In case you need to adapt the default resource recommendations of the postgres db read replicas in a cluster,
# uncomment the following lines and adjust them as necessary.
# resources:
# limits:
# cpu: 1
# memory: 1Gi
# requests:
# cpu: 250m
# memory: 256Mi
auth:
database: "bdrs"
username: "bdrs"
Expand Down

0 comments on commit 8f2d8f7

Please sign in to comment.