From f427bcf5645d92604be3994496bf44bd93f5c7e3 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 1 Jul 2020 18:44:27 +0200 Subject: [PATCH] Rename chat to im because of a nomad bug --- nomad/{chat.hcl => im.hcl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nomad/{chat.hcl => im.hcl} (99%) diff --git a/nomad/chat.hcl b/nomad/im.hcl similarity index 99% rename from nomad/chat.hcl rename to nomad/im.hcl index 3d9434d..f738edb 100644 --- a/nomad/chat.hcl +++ b/nomad/im.hcl @@ -1,4 +1,4 @@ -job "chat" { +job "im" { datacenters = ["dc1"] type = "service"