mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 09:16:40 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"replicas": {
|
|
"type": "number",
|
|
"description": "Number of ingress-nginx replicas",
|
|
"default": 2
|
|
},
|
|
"externalIPs": {
|
|
"type": "array",
|
|
"description": "List of externalIPs for service.",
|
|
"default": "[]",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"whitelist": {
|
|
"type": "array",
|
|
"description": "List of client networks",
|
|
"default": [],
|
|
"items": {}
|
|
},
|
|
"clouflareProxy": {
|
|
"type": "boolean",
|
|
"description": "Restoring original visitor IPs when Cloudflare proxied is enabled",
|
|
"default": false
|
|
},
|
|
"dashboard": {
|
|
"type": "boolean",
|
|
"description": "Should ingress serve Cozystack service dashboard",
|
|
"default": false
|
|
},
|
|
"cdiUploadProxy": {
|
|
"type": "boolean",
|
|
"description": "Should ingress serve CDI upload proxy",
|
|
"default": false
|
|
},
|
|
"virtExportProxy": {
|
|
"type": "boolean",
|
|
"description": "Should ingress serve KubeVirt export proxy",
|
|
"default": false
|
|
}
|
|
}
|
|
} |