forked from Deuxfleurs/nixcfg
staging: disable jaeger; update diplonat
This commit is contained in:
parent
56e19ff2e5
commit
2e3725e8a2
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -206,6 +206,7 @@ GF_SECURITY_ADMIN_PASSWORD={{ key "secrets/telemetry/grafana/admin_password" }}
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
group "jaeger" {
|
||||
count = 1
|
||||
|
||||
|
@ -301,4 +302,5 @@ EOH
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue