Postgres

Properties that can be customized for Postgres are listed here.
Table 1. watsonx.data component: Postgres
Property Description Type System property Restart containers required
postgres_replicas The number of replicas for Postgres. Integer spec.replicas N
postgres_resources_limits_cpu Resource CPU limit for Postgres. Container is allowed to use only this much CPU. Kubernetes CPU Unit resources.limits.cpu N
postgres_resources_limits_memory Resource Memory limit for Postgres. A container is allowed to use only this much memory. Units of Bytes
Note: For more information about the memory unit, see Memory resource units.
resources.limits.memory N
postgres_resources_requests_cpu Resource CPU request for Postgres. Kubernetes CPU Unit resources.requests.cpu N
postgres_resources_requests_memory Resource memory request for Postgres. Units of Bytes
Note: For more information about the memory unit, see Memory resource units.
resources.requests.memory N
postgresSetupJob_resources_limits_hugepages_2mi HugePages limit (2 Mi) for the PostgreSQL setup job container. Kubernetes quantity (multiple of 2 MiB) resources.limits.hugepages-2Mi N
postgresEDB_resources_limits_hugepages_2mi HugePages limit (2 Mi) for PostgreSQL (EDB) database containers. Kubernetes quantity (multiple of 2 MiB) resources.limits.hugepages-2Mi N

For more information about how to customize the Postgres properties, see Customization.