mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 22:41:33 +00:00
22 lines
593 B
JSON
22 lines
593 B
JSON
{
|
|
"properties": {
|
|
"clouflareProxy": {
|
|
"default": false,
|
|
"description": "Restoring original visitor IPs when Cloudflare proxied is enabled",
|
|
"type": "boolean"
|
|
},
|
|
"replicas": {
|
|
"default": 2,
|
|
"description": "Number of ingress-nginx replicas",
|
|
"type": "number"
|
|
},
|
|
"whitelist": {
|
|
"default": [],
|
|
"description": "List of client networks",
|
|
"items": {},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"title": "Chart Values",
|
|
"type": "object"
|
|
} |