mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 08:41:17 +00:00
* Add schema generation and remove default values * fix monitoring schema generation * fix default values Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
19 lines
364 B
YAML
19 lines
364 B
YAML
## @section Common parameters
|
|
|
|
## @param external Enable external access from outside the cluster
|
|
## @param replicas Number of VPN-server replicas
|
|
##
|
|
external: false
|
|
replicas: 2
|
|
|
|
## @section Configuration parameters
|
|
|
|
## @param users [object] Users configuration
|
|
## Example:
|
|
## users:
|
|
## user1:
|
|
## password: hackme
|
|
## user2:
|
|
## password: tttt
|
|
users: {}
|