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>
13 lines
353 B
YAML
13 lines
353 B
YAML
## @section Common parameters
|
|
|
|
## @param host The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).
|
|
host: ""
|
|
|
|
## @param replicas Persistent Volume size for NATS
|
|
## @param size Persistent Volume size
|
|
## @param storageClass StorageClass used to store the data
|
|
##
|
|
replicas: 2
|
|
size: 10Gi
|
|
storageClass: ""
|