{ "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": "1Gi" }, "replicas": { "type": "number", "description": "Number of Redis replicas", "default": 2 }, "storageClass": { "type": "string", "description": "StorageClass used to store the data", "default": "" } } }