mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced new configuration parameters for Jetstream, including `jetstream.size` and `jetstream.enabled`, enhancing storage and functionality options. - Added support for merging additional configurations with `config.merge` and `config.resolver`. - **Bug Fixes** - Improved password generation and configuration merging logic for better flexibility in deployments. - **Version Updates** - NATS application version updated from `0.3.1` to `0.4.0`. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Managed NATS Service
Parameters
Common parameters
| Name | Description | Value |
|---|---|---|
external |
Enable external access from outside the cluster | false |
replicas |
Persistent Volume size for NATS | 2 |
storageClass |
StorageClass used to store the data | "" |
users |
Users configuration | {} |
jetstream.size |
Jetstream persistent storage size | 10Gi |
jetstream.enabled |
Enable or disable Jetstream | true |
config.merge |
Additional configuration to merge into NATS config | {} |
config.resolver |
Additional configuration to merge into NATS config | {} |