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