mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
This patch recreates the resource presets with a non-burstable memory allocation (request==limit) and without CPU limits. With the new presets the difference between the larger presets became meaningless, so their values were adjusted. Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
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 | {} |
resources |
Resources | {} |
resourcesPreset |
Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). | nano |