Move telemetry to carcajou
This commit is contained in:
parent
33446d2148
commit
07b2e93014
3 changed files with 2 additions and 8 deletions
|
@ -5,12 +5,6 @@ job "dummy-nginx" {
|
|||
group "nginx" {
|
||||
count = 1
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "="
|
||||
value = "carcajou"
|
||||
}
|
||||
|
||||
network {
|
||||
port "http" {
|
||||
to = 80
|
||||
|
|
|
@ -24,4 +24,4 @@ index = "index.html"
|
|||
|
||||
[admin]
|
||||
api_bind_addr = "0.0.0.0:3909"
|
||||
trace_sink = "http://10.42.2.21:4317"
|
||||
trace_sink = "http://10.42.2.22:4317"
|
||||
|
|
|
@ -8,7 +8,7 @@ job "telemetry" {
|
|||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "="
|
||||
value = "cariacou"
|
||||
value = "carcajou"
|
||||
}
|
||||
|
||||
network {
|
||||
|
|
Loading…
Reference in a new issue