mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-11 21:17:07 +00:00
logs.nimbus: fix firewall rules for logs.hq fleet
https://github.com/status-im/infra-hq/issues/80 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cf57579f9d
commit
07d561b62a
@ -63,9 +63,9 @@ open_ports_default_chain: 'VPN'
|
|||||||
open_ports_list:
|
open_ports_list:
|
||||||
- { port: 80, chain: 'SERVICES' }
|
- { port: 80, chain: 'SERVICES' }
|
||||||
- { port: 443, chain: 'SERVICES' }
|
- { port: 443, chain: 'SERVICES' }
|
||||||
|
- { port: '{{ es_api_port }}', ipset: 'logs.hq' }
|
||||||
- { port: '{{ es_api_port }}', ipset: 'logs.nimbus' }
|
- { port: '{{ es_api_port }}', ipset: 'logs.nimbus' }
|
||||||
- { port: '{{ es_api_port }}', ipset: 'dash.nimbus' }
|
- { port: '{{ es_api_port }}', ipset: 'dash.nimbus' }
|
||||||
- { port: '{{ es_api_port }}', ipset: 'log-aggr.hq' }
|
|
||||||
- { port: '{{ es_node_port }}', ipset: 'logs.nimbus' }
|
- { port: '{{ es_node_port }}', ipset: 'logs.nimbus' }
|
||||||
- { port: '{{ es_node_port }}', ipset: 'dash.nimbus' }
|
- { port: '{{ es_node_port }}', ipset: 'dash.nimbus' }
|
||||||
- { port: '{{ es_exp_cont_port }}', ipset: 'metrics.hq' }
|
- { port: '{{ es_exp_cont_port }}', ipset: 'metrics.hq' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user