{ "title": "Chart Values", "type": "object", "properties": { "external": { "type": "boolean", "description": "Enable external access from outside the cluster", "default": false }, "size": { "type": "string", "description": "Persistent Volume size", "default": "10Gi" }, "replicas": { "type": "number", "description": "Number of Postgres replicas", "default": 2 }, "storageClass": { "type": "string", "description": "StorageClass used to store the data", "default": "" }, "quorum": { "type": "object", "properties": { "minSyncReplicas": { "type": "number", "description": "Minimum number of synchronous replicas that must acknowledge a transaction before it is considered committed.", "default": 0 }, "maxSyncReplicas": { "type": "number", "description": "Maximum number of synchronous replicas that can acknowledge a transaction (must be lower than the number of instances).", "default": 0 } } }, "databases": { "type": "object", "description": "Databases configuration", "default": {} }, "backup": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Enable pereiodic backups", "default": false }, "s3Region": { "type": "string", "description": "The AWS S3 region where backups are stored", "default": "us-east-1" }, "s3Bucket": { "type": "string", "description": "The S3 bucket used for storing backups", "default": "s3.example.org/postgres-backups" }, "schedule": { "type": "string", "description": "Cron schedule for automated backups", "default": "0 2 * * *" }, "cleanupStrategy": { "type": "string", "description": "The strategy for cleaning up old backups", "default": "--keep-last=3 --keep-daily=3 --keep-within-weekly=1m" }, "s3AccessKey": { "type": "string", "description": "The access key for S3, used for authentication", "default": "oobaiRus9pah8PhohL1ThaeTa4UVa7gu" }, "s3SecretKey": { "type": "string", "description": "The secret key for S3, used for authentication", "default": "ju3eum4dekeich9ahM1te8waeGai0oog" }, "resticPassword": { "type": "string", "description": "The password for Restic backup encryption", "default": "ChaXoveekoh6eigh4siesheeda2quai0" } } } } }