Add DR environment config
This commit is contained in:
parent
0a9ebb6c32
commit
a4b7031f3d
1 changed files with 6 additions and 0 deletions
|
|
@ -11,3 +11,9 @@ environments:
|
||||||
host: prod.nexus.local
|
host: prod.nexus.local
|
||||||
replicas: 5
|
replicas: 5
|
||||||
log_level: warn
|
log_level: warn
|
||||||
|
|
||||||
|
dr:
|
||||||
|
host: dr.nexus.local
|
||||||
|
replicas: 2
|
||||||
|
log_level: warn
|
||||||
|
comment: "disaster recovery — cold standby, activate only on P1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue