mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
86 lines
3.0 KiB
JSON
86 lines
3.0 KiB
JSON
{
|
|
"properties": {
|
|
"endpoints": {
|
|
"default": [],
|
|
"description": "Endpoints configuration",
|
|
"items": {},
|
|
"type": "array"
|
|
},
|
|
"external": {
|
|
"default": false,
|
|
"description": "Enable external access from outside the cluster",
|
|
"type": "boolean"
|
|
},
|
|
"haproxy": {
|
|
"properties": {
|
|
"replicas": {
|
|
"default": 2,
|
|
"description": "Number of HAProxy replicas",
|
|
"type": "number"
|
|
},
|
|
"resources": {
|
|
"default": {},
|
|
"description": "Explicit CPU and memory configuration for each HAProxy replica. When left empty, the preset defined in `resourcesPreset` is applied.",
|
|
"type": "object"
|
|
},
|
|
"resourcesPreset": {
|
|
"default": "nano",
|
|
"description": "Default sizing preset used when `resources` is omitted. Allowed values: nano, micro, small, medium, large, xlarge, 2xlarge.",
|
|
"type": "string",
|
|
"enum": [
|
|
"nano",
|
|
"micro",
|
|
"small",
|
|
"medium",
|
|
"large",
|
|
"xlarge",
|
|
"2xlarge"
|
|
]
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"nginx": {
|
|
"properties": {
|
|
"replicas": {
|
|
"default": 2,
|
|
"description": "Number of Nginx replicas",
|
|
"type": "number"
|
|
},
|
|
"resources": {
|
|
"default": {},
|
|
"description": "Explicit CPU and memory configuration for each nginx replica. When left empty, the preset defined in `resourcesPreset` is applied.",
|
|
"type": "object"
|
|
},
|
|
"resourcesPreset": {
|
|
"default": "nano",
|
|
"description": "Default sizing preset used when `resources` is omitted. Allowed values: nano, micro, small, medium, large, xlarge, 2xlarge.",
|
|
"type": "string",
|
|
"enum": [
|
|
"nano",
|
|
"micro",
|
|
"small",
|
|
"medium",
|
|
"large",
|
|
"xlarge",
|
|
"2xlarge"
|
|
]
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"size": {
|
|
"default": "10Gi",
|
|
"description": "Persistent Volume size",
|
|
"type": "string"
|
|
},
|
|
"storageClass": {
|
|
"default": "",
|
|
"description": "StorageClass used to store the data",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "Chart Values",
|
|
"type": "object"
|
|
}
|