mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 11:41:19 +00:00
Very basic NATS application  Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"external": {
|
|
"type": "boolean",
|
|
"description": "Enable external access from outside the cluster",
|
|
"default": false
|
|
},
|
|
"replicas": {
|
|
"type": "number",
|
|
"description": "Persistent Volume size for NATS",
|
|
"default": 3
|
|
}
|
|
}
|
|
} |