Kubernetes Cloud Native Postgres
This module provides the operator for the cloudnative-pg project.
Providers
The following providers are needed by this module:
Required Inputs
No required inputs.
Optional Inputs
The following input variables are optional (have default values):
cloudnative_pg_helm_version
Description: The version of the cloudnative-pg helm chart to deploy
Type: string
Default: "v0.22.1"
log_level
Description: The log level for the operator pods
Type: string
Default: "error"
monitoring_enabled
Description: Whether to add active monitoring to the deployed systems
Type: bool
Default: false
node_image_cache_enabled
Description: Whether to to cache images locally for better startup performance
Type: bool
Default: true
panfactum_scheduler_enabled
Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing
Type: bool
Default: true
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: true
sla_target
Description: The Panfactum SLA level for the module deployment. 1 = lowest uptime (99.9%), lowest cost -- 3 = highest uptime (99.999%), highest Cost
Type: number
Default: 3
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: true
Outputs
No outputs.
Usage
No notes