mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
feat(helm): added commented example resource request and limits in values.yaml
This commit is contained in:
@@ -110,6 +110,15 @@ cnpg:
|
||||
# are passed through for CNPG to validate.
|
||||
backup: {}
|
||||
|
||||
# NOTE: These are example values for resource limits and requests, adapt them to your cluster and workload needs. CNPG can run on very small resource requests, but you may want to increase limits for production workloads.
|
||||
# resources:
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 256Mi
|
||||
# limits:
|
||||
# cpu: 200m
|
||||
# memory: 512Mi
|
||||
#
|
||||
# Optional CNPG plugin configuration (rendered as `.spec.plugins` on the Cluster CR)
|
||||
# Example (barman-cloud plugin as WAL archiver):
|
||||
# plugins:
|
||||
|
||||
Reference in New Issue
Block a user