mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 01:06:27 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a local hook to generate a versions map and check for changes. - Added new configuration options for ClickHouse, including enhanced logging, user management, and structured templates. - New parameters for persistent volume size and Docker image specifications in ClickHouse configuration. - Added hostname matching capabilities in ClickHouse operator configuration. - **Bug Fixes** - Updated exclusion patterns for YAML files in pre-commit hooks. - **Version Updates** - Incremented ClickHouse chart version from 0.5.0 to 0.6.0. - Updated versioning for several packages, including `clickhouse` and `tenant`. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Andrei Kvapil <kvapss@gmail.com>
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
## @section Common parameters
|
|
|
|
## @param size Persistent Volume size
|
|
## @param logStorageSize Persistent Volume for logs size
|
|
## @param shards Number of Clickhouse replicas
|
|
## @param replicas Number of Clickhouse shards
|
|
## @param storageClass StorageClass used to store the data
|
|
## @param logTTL for query_log and query_thread_log
|
|
##
|
|
size: 10Gi
|
|
logStorageSize: 2Gi
|
|
shards: 1
|
|
replicas: 2
|
|
storageClass: ""
|
|
logTTL: 15
|
|
|
|
## @section Configuration parameters
|
|
|
|
## @param users [object] Users configuration
|
|
## Example:
|
|
## users:
|
|
## user1:
|
|
## password: strongpassword
|
|
## user2:
|
|
## readonly: true
|
|
## password: hackme
|
|
##
|
|
users: {}
|
|
|
|
## @section Backup parameters
|
|
|
|
## @param backup.enabled Enable pereiodic backups
|
|
## @param backup.s3Region The AWS S3 region where backups are stored
|
|
## @param backup.s3Bucket The S3 bucket used for storing backups
|
|
## @param backup.schedule Cron schedule for automated backups
|
|
## @param backup.cleanupStrategy The strategy for cleaning up old backups
|
|
## @param backup.s3AccessKey The access key for S3, used for authentication
|
|
## @param backup.s3SecretKey The secret key for S3, used for authentication
|
|
## @param backup.resticPassword The password for Restic backup encryption
|
|
backup:
|
|
enabled: false
|
|
s3Region: us-east-1
|
|
s3Bucket: s3.example.org/clickhouse-backups
|
|
schedule: "0 2 * * *"
|
|
cleanupStrategy: "--keep-last=3 --keep-daily=3 --keep-within-weekly=1m"
|
|
s3AccessKey: oobaiRus9pah8PhohL1ThaeTa4UVa7gu
|
|
s3SecretKey: ju3eum4dekeich9ahM1te8waeGai0oog
|
|
resticPassword: ChaXoveekoh6eigh4siesheeda2quai0
|