mirror of
https://github.com/status-im/infra-status.git
synced 2025-01-12 15:04:56 +00:00
node-db: disable replication explicitly
https://github.com/status-im/infra-role-postgres-ha/commit/97f525e9 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bd0b6f510e
commit
710444384b
@ -7,6 +7,7 @@ postgres_ha_service_name: 'nim-waku-store-db'
|
||||
postgres_ha_cont_image: 'postgres:15.1-alpine'
|
||||
|
||||
postgres_ha_is_master: true
|
||||
postgres_ha_replica_enabled: false
|
||||
postgres_ha_replica_allowed_addresses: []
|
||||
|
||||
postgres_ha_admin_user: 'postgres'
|
||||
|
@ -25,10 +25,10 @@
|
||||
|
||||
- name: nim-waku
|
||||
src: git@github.com:status-im/infra-role-nim-waku.git
|
||||
version: 091c9faacb507227ea0c9a350fb2af34c2a19b3e
|
||||
version: 471d21c00e694268970afdab20844bf1854e3221
|
||||
scm: git
|
||||
|
||||
- name: infra-role-postgres-ha
|
||||
src: git@github.com:status-im/infra-role-postgres-ha.git
|
||||
version: 8c10ac4c08681580dd5e60046178631579ef980e
|
||||
version: 97f525e9053f7e314bfcceceed22581c4ec904cd
|
||||
scm: git
|
||||
|
Loading…
x
Reference in New Issue
Block a user