File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
chatops_deployment/ansible/roles Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 5050 state : started
5151 restart : true
5252 ports :
53- - " {{ item }} :3000"
53+ - " 3030 :3000"
5454 volumes :
5555 - /etc/chatops/config.yml:/usr/src/app/config.yml
5656 - /etc/chatops/secrets.yml:/usr/src/app/secrets.yml
5757 restart_policy : " always"
58- loop :
59- - 3030
60- - 3031
61- - 3032
62- loop_control :
63- index_var : count
6458
6559- name : Copy filebeat external config
6660 become : true
Original file line number Diff line number Diff line change @@ -70,9 +70,7 @@ backend ALERTMANAGER
7070server alertmanager localhost:9093 check ssl verify required ca-file /etc/haproxy/ssl/alertmanager.crt
7171
7272backend CHATOPS
73- server chatops_0 localhost:3030 check
74- server chatops_1 localhost:3031 check
75- server chatops_2 localhost:3032 check backup
73+ server chatops localhost:3030 check
7674
7775backend KIBANA
7876server kibana localhost:5601 check ssl verify required ca-file /etc/haproxy/ssl/kibana.crt
You can’t perform that action at this time.
0 commit comments