mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 21:41:17 +00:00
23 lines
420 B
YAML
23 lines
420 B
YAML
## @section Common parameters
|
|
|
|
## @param size Persistent Volume size
|
|
## @param shards Number of Clickhouse replicas
|
|
## @param replicas Number of Clickhouse shards
|
|
##
|
|
size: 10Gi
|
|
shards: 1
|
|
replicas: 2
|
|
|
|
## @section Configuration parameters
|
|
|
|
## @param users [object] Users configuration
|
|
## Example:
|
|
## users:
|
|
## user1:
|
|
## password: strongpassword
|
|
## user2:
|
|
## readonly: true
|
|
## password: hackme
|
|
##
|
|
users: {}
|