chore: disable filter and lightpush on prod

Filter and Lightpush are both in alpha state
and should not be enabled on `status.prod`.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Hanno Cornelius 2022-11-29 16:30:03 +02:00 committed by Jakub Sokołowski
parent f8e079dc12
commit f52ec7e1d9
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ nim_waku_cont_name: 'nim-waku'
nim_waku_log_level: 'debug'
nim_waku_dns4_domain_name: '{{ dns_entry }}'
# Protocols
nim_waku_protocols_enabled: ['relay', 'filter', 'lightpush', 'store']
nim_waku_protocols_enabled: '{{ ["relay", "store"] if stage == "prod" else ["relay", "filter", "lightpush", "store"] }}'
# Node Key
nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", field=hostname)}}'
# Ports