Merge branch 'change-exporter-proxy-ports' of kazu634/itamae into master
This commit is contained in:
commit
730fcd3e54
|
@ -42,7 +42,7 @@ service 'supervisor' do
|
||||||
end
|
end
|
||||||
|
|
||||||
# Firewall settings here:
|
# Firewall settings here:
|
||||||
%w( 9099/tcp ).each do |p|
|
%w( 60000/tcp ).each do |p|
|
||||||
execute "ufw allow #{p}" do
|
execute "ufw allow #{p}" do
|
||||||
user 'root'
|
user 'root'
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
- targets:{{range nodes}}
|
- targets:{{range nodes}}
|
||||||
- {{.Address}}:9099{{end}}
|
- {{.Address}}:60000{{end}}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# listen: Addr and port to listen (required)
|
# listen: Addr and port to listen (required)
|
||||||
listen: "0.0.0.0:9099"
|
listen: "0.0.0.0:60000"
|
||||||
|
|
||||||
# access_log (optional)
|
# access_log (optional)
|
||||||
access_log:
|
access_log:
|
||||||
|
|
Loading…
Reference in New Issue