From 8e134c2d71ce556b9d1820c98a56ce00131f19ba Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Fri, 7 Oct 2022 13:23:17 -0400 Subject: [PATCH] fix(authelia): exclude ntp checks at startup --- templates/nomad_jobs/reverse-proxy.hcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/nomad_jobs/reverse-proxy.hcl b/templates/nomad_jobs/reverse-proxy.hcl index 64700cf..c3dffc6 100644 --- a/templates/nomad_jobs/reverse-proxy.hcl +++ b/templates/nomad_jobs/reverse-proxy.hcl @@ -181,6 +181,12 @@ job "reverse-proxy" { subject: "[Authelia] {title}" startup_check_address: {{ my_email_address }} + ntp: + address: "time.cloudflare.com:123" + version: 3 + max_desync: 3s + disable_startup_check: true + disable_failure: true EOH }