From ae91f66fac238c9fa8bd669f69c2d5f5582d7d41 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 24 Aug 2022 15:51:20 +0200 Subject: [PATCH] Disable guichet on old cluster --- app/directory/deploy/directory.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl index 5f32193..9bce3d0 100644 --- a/app/directory/deploy/directory.hcl +++ b/app/directory/deploy/directory.hcl @@ -59,6 +59,7 @@ job "directory" { } } +/* group "guichet" { count = 1 @@ -111,5 +112,6 @@ job "directory" { } } } + */ }