mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 14:41:18 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com> Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Co-authored-by: Nikita <166552198+nbykov0@users.noreply.github.com> Co-authored-by: Kingdon Barrett <kingdon+notify@tuesdaystudios.com> Co-authored-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
29 lines
570 B
YAML
29 lines
570 B
YAML
|
|
## @section Common parameters
|
|
|
|
## @param external Enable external access from outside the cluster
|
|
## @param size Persistent Volume size
|
|
## @param haproxy.replicas Number of HAProxy replicas
|
|
## @param nginx.replicas Number of Nginx replicas
|
|
##
|
|
external: false
|
|
size: 10Gi
|
|
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: []
|