dash.nimbus: fix proxy.sites to be sites.proxy

https://github.com/status-im/infra-hq/issues/158

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-10-31 16:53:48 +01:00
parent 0a0c17160f
commit 2737fdb87f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ open_ports_list:
- { port: '{{ es_lb_api_port }}', ipset: 'logs.nimbus', iifname: 'wg0', comment: 'Elasticsearch LB' }
- { port: '{{ es_lb_node_port }}', ipset: 'logs.nimbus', iifname: 'wg0', comment: 'Elasticsearch LB' }
kibana:
- { port: '{{ oauth_local_port }}', ipset: 'proxy.sites', iifname: 'wg0', comment: 'Kibana' }
- { port: '{{ oauth_local_port }}', ipset: 'sites.proxy', iifname: 'wg0', comment: 'Kibana' }