mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 12:41:15 +00:00
Provide the oportunity to specify StroageClass in applications Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
12 lines
297 B
YAML
12 lines
297 B
YAML
## @section Common parameters
|
|
|
|
## @param external Enable external access from outside the cluster
|
|
## @param size Persistent Volume size
|
|
## @param replicas Number of Redis replicas
|
|
## @param storageClass StorageClass used to store the data
|
|
##
|
|
external: false
|
|
size: 1Gi
|
|
replicas: 2
|
|
storageClass: ""
|