mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
28 lines
626 B
JSON
28 lines
626 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"host": {
|
|
"type": "string",
|
|
"form": true,
|
|
"title": "Domain name for this tenant",
|
|
"description": "This host will be used for all apps deployed in this tenant"
|
|
},
|
|
"etcd": {
|
|
"type": "boolean",
|
|
"title": "Deploy own Etcd cluster",
|
|
"form": true
|
|
},
|
|
"monitoring": {
|
|
"type": "boolean",
|
|
"title": "Deploy own Monitoring Stack",
|
|
"form": true
|
|
},
|
|
"ingress": {
|
|
"type": "boolean",
|
|
"title": "Deploy own Ingress Controller",
|
|
"form": true
|
|
}
|
|
}
|
|
}
|