mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"host": {
|
|
"type": "string",
|
|
"title": "Domain name for this kubernetes cluster",
|
|
"description": "This host will be used for all apps deployed in this tenant"
|
|
}
|
|
}
|
|
}
|