mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-19 21:09:57 +00:00
26 lines
550 B
JSON
26 lines
550 B
JSON
{
|
|
"properties": {
|
|
"machines": {
|
|
"default": [],
|
|
"description": "Configuration of physical machine instances",
|
|
"items": {
|
|
"type": "object"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"whitelist": {
|
|
"default": [],
|
|
"description": "List of client networks",
|
|
"items": {},
|
|
"type": "array"
|
|
},
|
|
"whitelistHTTP": {
|
|
"default": true,
|
|
"description": "Secure HTTP by enabling client networks whitelisting",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"title": "Chart Values",
|
|
"type": "object"
|
|
}
|