staging: disable jaeger; update diplonat

This commit is contained in:
Alex 2023-10-03 22:56:33 +02:00
parent 56e19ff2e5
commit 2e3725e8a2
3 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@ job "core-diplonat" {
"#iptables",
"#bash",
"#coreutils",
"git+https://git.deuxfleurs.fr/Deuxfleurs/diplonat.git?ref=stun&rev=f5fc635b75dfa17b83a8db4893a7be206b4f9892"
"git+https://git.deuxfleurs.fr/Deuxfleurs/diplonat.git?ref=main&rev=05872634a42bf0aef3ab0a2760e2be4590bc8b73"
]
command = "diplonat"
}

View File

@ -38,4 +38,4 @@ index = "index.html"
api_bind_addr = "0.0.0.0:3909"
admin_token = "{{ key "secrets/garage-staging/admin_token" | trimSpace }}"
metrics_token = "{{ key "secrets/garage-staging/metrics_token" | trimSpace }}"
trace_sink = "http://jaeger-otlp-grpc.service.staging.consul:4317"
# trace_sink = "http://jaeger-otlp-grpc.service.staging.consul:4317"

View File

@ -206,6 +206,7 @@ GF_SECURITY_ADMIN_PASSWORD={{ key "secrets/telemetry/grafana/admin_password" }}
}
}
/*
group "jaeger" {
count = 1
@ -301,4 +302,5 @@ EOH
}
}
}
*/
}