Skip to content

Commit

Permalink
Move defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
psy-q committed Oct 14, 2021
1 parent 0540aa5 commit dcdddf6
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ parameters:
multi_instance: true
=_metadata: {}
namespace: syn-${_instance}
maxscale:
master_only_listen_address: 0.0.0.0
read_write_listen_address: 0.0.0.0
db1_address: db1.mygalera.example.org
db1_port: 3306
db2_address: db2.mygalera.example.org
db2_port: 3306
db3_address: db3.mygalera.example.org
db3_port: 3306
service_user: maxscale
monitor_user: maxscale
service_pwd: ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/service_pwd}
monitor_pwd: ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/monitor_pwd}
master_only_listen_address: 0.0.0.0
read_write_listen_address: 0.0.0.0
db1_address: db1.mygalera.example.org
db1_port: 3306
db2_address: db2.mygalera.example.org
db2_port: 3306
db3_address: db3.mygalera.example.org
db3_port: 3306
service_user: maxscale
monitor_user: maxscale
service_pwd: ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/service_pwd}
monitor_pwd: ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/monitor_pwd}
images:
maxscale:
image: gchr.io/appuio/maxscale-docker
Expand Down

0 comments on commit dcdddf6

Please sign in to comment.