mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-20 04:45:02 +00:00
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"properties": {
|
|
"config": {
|
|
"properties": {
|
|
"merge": {
|
|
"default": {},
|
|
"description": "Additional configuration to merge into NATS config (see example)",
|
|
"type": "object"
|
|
},
|
|
"resolver": {
|
|
"default": {},
|
|
"description": "Additional resolver configuration to merge into NATS config (see example)",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"external": {
|
|
"default": false,
|
|
"description": "Enable external access from outside the cluster",
|
|
"type": "boolean"
|
|
},
|
|
"jetstream": {
|
|
"properties": {
|
|
"enabled": {
|
|
"default": true,
|
|
"description": "Enable or disable Jetstream",
|
|
"type": "boolean"
|
|
},
|
|
"size": {
|
|
"default": "10Gi",
|
|
"description": "Jetstream persistent storage size",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"replicas": {
|
|
"default": 2,
|
|
"description": "Number of replicas",
|
|
"type": "number"
|
|
},
|
|
"resources": {
|
|
"default": {},
|
|
"description": "Explicit CPU and memory configuration for each NATS replica. When left empty, the preset defined in `resourcesPreset` is applied.",
|
|
"type": "object"
|
|
},
|
|
"resourcesPreset": {
|
|
"default": "nano",
|
|
"description": "Default sizing preset used when `resources` is omitted. Allowed values: nano, micro, small, medium, large, xlarge, 2xlarge.",
|
|
"type": "string",
|
|
"enum": [
|
|
"nano",
|
|
"micro",
|
|
"small",
|
|
"medium",
|
|
"large",
|
|
"xlarge",
|
|
"2xlarge"
|
|
]
|
|
},
|
|
"storageClass": {
|
|
"default": "",
|
|
"description": "StorageClass used to store the data",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "Chart Values",
|
|
"type": "object"
|
|
}
|