Move telemetry to carcajou

This commit is contained in:
Alex 2022-02-25 19:27:08 +01:00
parent 33446d2148
commit 07b2e93014
Signed by: lx
GPG key ID: 0E496D15096376BE
3 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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"

View file

@ -8,7 +8,7 @@ job "telemetry" {
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "cariacou" value = "carcajou"
} }
network { network {