mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-19 23:10:14 +00:00
30 lines
820 B
JSON
30 lines
820 B
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
|
|
}
|
|
}
|
|
} |