feat(helm): added commented example resource request and limits in values.yaml

This commit is contained in:
Dario G. Mori
2026-04-17 12:27:25 +02:00
parent 8553ff5326
commit 50a693a261

View File

@@ -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: