{ "title": "Chart Values", "type": "object", "properties": { "external": { "type": "boolean", "description": "Enable external access from outside the cluster", "default": false }, "replicas": { "type": "number", "description": "Number of VPN-server replicas", "default": 2 }, "host": { "type": "string", "description": "Host used to substitute into generated URLs", "default": "" }, "externalIPs": { "type": "array", "description": "List of externalIPs for service.", "default": "[]", "items": { "type": "string" } } } }