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:
Jakub Sokołowski 2023-11-22 13:30:26 +01:00
parent bd0b6f510e
commit 710444384b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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