mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
Provide the oportunity to specify StroageClass in applications Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
26 lines
751 B
JSON
26 lines
751 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"host": {
|
|
"type": "string",
|
|
"description": "The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).",
|
|
"default": ""
|
|
},
|
|
"replicas": {
|
|
"type": "number",
|
|
"description": "Persistent Volume size for NATS",
|
|
"default": 2
|
|
},
|
|
"size": {
|
|
"type": "string",
|
|
"description": "Persistent Volume size",
|
|
"default": "10Gi"
|
|
},
|
|
"storageClass": {
|
|
"type": "string",
|
|
"description": "StorageClass used to store the data",
|
|
"default": ""
|
|
}
|
|
}
|
|
} |