mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-20 04:45:02 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"host": {
|
|
"type": "string",
|
|
"description": "The hostname used to access tenant services (defaults to using the tenant name as a subdomain for it's parent tenant host).",
|
|
"default": ""
|
|
},
|
|
"etcd": {
|
|
"type": "boolean",
|
|
"description": "Deploy own Etcd cluster",
|
|
"default": false
|
|
},
|
|
"monitoring": {
|
|
"type": "boolean",
|
|
"description": "Deploy own Monitoring Stack",
|
|
"default": false
|
|
},
|
|
"ingress": {
|
|
"type": "boolean",
|
|
"description": "Deploy own Ingress Controller",
|
|
"default": false
|
|
},
|
|
"seaweedfs": {
|
|
"type": "boolean",
|
|
"description": "Deploy own SeaweedFS",
|
|
"default": false
|
|
},
|
|
"isolated": {
|
|
"type": "boolean",
|
|
"description": "Enforce tenant namespace with network policies",
|
|
"default": true
|
|
},
|
|
"resourceQuotas": {
|
|
"type": "object",
|
|
"description": "Define resource quotas for the tenant",
|
|
"default": {}
|
|
}
|
|
}
|
|
} |