forked from Deuxfleurs/nixcfg
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" {
|
group "nginx" {
|
||||||
count = 1
|
count = 1
|
||||||
|
|
||||||
constraint {
|
|
||||||
attribute = "${attr.unique.hostname}"
|
|
||||||
operator = "="
|
|
||||||
value = "carcajou"
|
|
||||||
}
|
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = 80
|
to = 80
|
||||||
|
|
|
@ -24,4 +24,4 @@ index = "index.html"
|
||||||
|
|
||||||
[admin]
|
[admin]
|
||||||
api_bind_addr = "0.0.0.0:3909"
|
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 {
|
constraint {
|
||||||
attribute = "${attr.unique.hostname}"
|
attribute = "${attr.unique.hostname}"
|
||||||
operator = "="
|
operator = "="
|
||||||
value = "cariacou"
|
value = "carcajou"
|
||||||
}
|
}
|
||||||
|
|
||||||
network {
|
network {
|
||||||
|
|
Loading…
Reference in a new issue