mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
Provide the oportunity to specify StroageClass in applications Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
31 lines
646 B
YAML
31 lines
646 B
YAML
|
|
## @section Common parameters
|
|
|
|
## @param external Enable external access from outside the cluster
|
|
## @param size Persistent Volume size
|
|
## @param storageClass StorageClass used to store the data
|
|
## @param haproxy.replicas Number of HAProxy replicas
|
|
## @param nginx.replicas Number of Nginx replicas
|
|
##
|
|
external: false
|
|
size: 10Gi
|
|
storageClass: ""
|
|
haproxy:
|
|
replicas: 2
|
|
nginx:
|
|
replicas: 2
|
|
|
|
## @section Configuration parameters
|
|
|
|
## @param endpoints Endpoints configuration
|
|
## Example:
|
|
## endpoints:
|
|
## - 10.100.3.1:80
|
|
## - 10.100.3.11:80
|
|
## - 10.100.3.2:80
|
|
## - 10.100.3.12:80
|
|
## - 10.100.3.3:80
|
|
## - 10.100.3.13:80
|
|
##
|
|
endpoints: []
|