mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 22:41:33 +00:00
21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"size": {
|
|
"type": "string",
|
|
"description": "Persistent Volume size",
|
|
"default": "10Gi"
|
|
},
|
|
"shards": {
|
|
"type": "number",
|
|
"description": "Number of Clickhouse replicas",
|
|
"default": 1
|
|
},
|
|
"replicas": {
|
|
"type": "number",
|
|
"description": "Number of Clickhouse shards",
|
|
"default": 2
|
|
}
|
|
}
|
|
} |