dash.nimbus: fix LB variable typos
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3cc72b68e9
commit
472a379a9a
|
@ -15,10 +15,10 @@ kibana_domain: 'nimbus-logs.infra.status.im'
|
|||
kibana_service_name: 'kibana'
|
||||
kibana_docker_network_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_tag: '7.17.4'
|
||||
kibana_cont_tag: '7.17.5'
|
||||
kibana_cont_port: 5601
|
||||
kiban_es_lb_addr: '{{ es_lb_cont_name }}'
|
||||
kiban_es_lb_port: '{{ es_lb_api_port }}'
|
||||
kibana_es_lb_addr: '{{ es_lb_cont_name }}'
|
||||
kibana_es_lb_port: '{{ es_lb_api_port }}'
|
||||
|
||||
# oauth access
|
||||
oauth_service_name: '{{ kibana_service_name }}'
|
||||
|
@ -38,7 +38,7 @@ oauth_cookie_secret: '{{ lookup("bitwarden", "nimbus/kibana/oauth", field="cooki
|
|||
es_lb_service_name: 'elasticsearch'
|
||||
es_lb_docker_network_name: '{{ kibana_docker_network_name }}'
|
||||
es_lb_cont_name: '{{ es_lb_service_name }}-lb'
|
||||
es_lb_cont_tag: '7.17.4'
|
||||
es_lb_cont_tag: '7.17.5'
|
||||
es_lb_data_center: do-ams3
|
||||
es_lb_cluster_name: 'nimbus-logs-search'
|
||||
es_lb_cluster_dc: 'he-eu-hel1'
|
||||
|
|
|
@ -17,7 +17,7 @@ es_cluster_name: 'nimbus-logs-search'
|
|||
es_docker_network_name: '{{ es_service_name }}'
|
||||
es_api_port: 9200
|
||||
es_node_port: 9300
|
||||
es_node_cont_tag: '7.17.4'
|
||||
es_node_cont_tag: '7.17.5'
|
||||
es_exp_cont_port: 9114
|
||||
es_master_nodes: |
|
||||
{{ ansible_play_hosts
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
- name: oauth-proxy
|
||||
src: git@github.com:status-im/infra-role-oauth-proxy.git
|
||||
version: b551ae21261775bd68ba59af0ccb8b11dcef962e
|
||||
version: 121d5c05aee4bf59f3ab223c0f16ca368718baa3
|
||||
scm: git
|
||||
|
||||
- name: consul-service
|
||||
|
@ -86,12 +86,12 @@
|
|||
|
||||
- name: kibana
|
||||
src: git@github.com:status-im/infra-role-kibana.git
|
||||
version: 8e8c89b6999883b7558ce543108882a09b0d51ab
|
||||
version: c69dd80b5f8c5c27e8cca799080876fdad4ee4c1
|
||||
scm: git
|
||||
|
||||
- name: elasticsearch
|
||||
src: git@github.com:status-im/infra-role-elasticsearch.git
|
||||
version: 0677d8a98721b451f3d44f9827f05bfd880cfd1d
|
||||
version: b74ce144da1ebb90fc2ff99288e8d7843839a964
|
||||
scm: git
|
||||
|
||||
- name: elasticsearch-lb
|
||||
|
|
Loading…
Reference in New Issue