-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
interactive_test.kdl
31 lines (31 loc) · 1.22 KB
/
interactive_test.kdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
layout {
pane split_direction="vertical" {
pane {
pane {
name "consul"
command "podman"
args "attach" "consul"
}
pane {
name "wiresmith1"
command "podman"
args "exec" "wiresmith1" "bash" "-c" "sleep 2 && wiresmith --consul-address http://10.0.2.2:8500 --network 10.0.0.0/24 --endpoint-address 10.0.2.2 --update-period 1s --keepalive 1s -p 11111 -v"
}
}
pane {
pane {
name "wiresmith2"
command "podman"
args "exec" "wiresmith2" "bash" "-c" "sleep 2 && wiresmith --consul-address http://10.0.2.2:8500 --network 10.0.0.0/24 --endpoint-address 10.0.2.2 --update-period 1s --keepalive 1s -p 22222 -v"
}
pane {
name "wiresmith3"
command "podman"
args "exec" "wiresmith3" "bash" "-c" "sleep 2 && wiresmith --consul-address http://10.0.2.2:8500 --network 10.0.0.0/24 --endpoint-address 10.0.2.2 --update-period 1s --keepalive 1s -p 33333 -v"
}
}
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}