32 lines
969 B
JSON
32 lines
969 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/schema#",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"ingress": {
|
||
|
"type": "object",
|
||
|
"form": true,
|
||
|
"title": "Ingress Details",
|
||
|
"properties": {
|
||
|
"enabled": {
|
||
|
"description": "Enable Ingress",
|
||
|
"type": "boolean",
|
||
|
"default": true,
|
||
|
"x-onyxia": {
|
||
|
"hidden": false,
|
||
|
"overwriteDefaultWith": "k8s.ingress"
|
||
|
}
|
||
|
},
|
||
|
"hostname": {
|
||
|
"type": "string",
|
||
|
"form": true,
|
||
|
"title": "Hostname",
|
||
|
"x-onyxia": {
|
||
|
"hidden": true,
|
||
|
"overwriteDefaultWith": "{{project.id}}-{{k8s.randomSubdomain}}-0.{{k8s.domain}}"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|