{ "properties": { "backup": { "properties": { "destinationPath": { "default": "s3://bucket/path/to/folder/", "description": "Path to store the backup (i.e. s3://bucket/path/to/folder)", "type": "string" }, "enabled": { "default": false, "description": "Enable regular backups", "type": "boolean" }, "endpointURL": { "default": "http://minio-gateway-service:9000", "description": "S3 Endpoint used to upload data to the cloud", "type": "string" }, "retentionPolicy": { "default": "30d", "description": "Retention policy", "type": "string" }, "s3AccessKey": { "default": "oobaiRus9pah8PhohL1ThaeTa4UVa7gu", "description": "Access key for S3, used for authentication", "type": "string" }, "s3SecretKey": { "default": "ju3eum4dekeich9ahM1te8waeGai0oog", "description": "Secret key for S3, used for authentication", "type": "string" }, "schedule": { "default": "0 2 * * * *", "description": "Cron schedule for automated backups", "type": "string" } }, "type": "object" }, "bootstrap": { "properties": { "enabled": { "default": false, "description": "Restore database cluster from a backup", "type": "boolean" }, "oldName": { "default": "", "description": "Name of database cluster before deleting", "type": "string" }, "recoveryTime": { "default": "", "description": "Timestamp (PITR) up to which recovery will proceed, expressed in RFC 3339 format. If left empty, will restore latest", "type": "string" } }, "type": "object" }, "databases": { "default": {}, "description": "Databases configuration", "type": "object" }, "external": { "default": false, "description": "Enable external access from outside the cluster", "type": "boolean" }, "postgresql": { "properties": { "parameters": { "properties": { "max_connections": { "default": 100, "description": "Determines the maximum number of concurrent connections to the database server. The default is typically 100 connections", "type": "number" } }, "type": "object" } }, "type": "object" }, "quorum": { "properties": { "maxSyncReplicas": { "default": 0, "description": "Maximum number of synchronous replicas that can acknowledge a transaction (must be lower than the number of instances).", "type": "number" }, "minSyncReplicas": { "default": 0, "description": "Minimum number of synchronous replicas that must acknowledge a transaction before it is considered committed.", "type": "number" } }, "type": "object" }, "replicas": { "default": 2, "description": "Number of Postgres replicas", "type": "number" }, "resources": { "default": {}, "description": "Explicit CPU and memory configuration for each PostgreSQL replica. When left empty, the preset defined in `resourcesPreset` is applied.", "type": "object" }, "resourcesPreset": { "default": "micro", "description": "Default sizing preset used when `resources` is omitted. Allowed values: nano, micro, small, medium, large, xlarge, 2xlarge.", "type": "string", "enum": [ "nano", "micro", "small", "medium", "large", "xlarge", "2xlarge" ] }, "size": { "default": "10Gi", "description": "Persistent Volume size", "type": "string" }, "storageClass": { "default": "", "description": "StorageClass used to store the data", "type": "string" } }, "title": "Chart Values", "type": "object" }