Files
cozystack/packages/extra/ingress/values.schema.json
Andrei Kvapil 9022b8bda8 Fix arrays in OpenAPI spec
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-07-18 02:54:33 +02:00

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"
}