diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:51:20 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:51:29 +0200 |
commit | ae91f66fac238c9fa8bd669f69c2d5f5582d7d41 (patch) | |
tree | a882be583b42e3fa2cce227883bd38fc74e3d276 | |
parent | 145f3a849931f79e7837d4b8700851c5c8dde92b (diff) | |
download | infrastructure-ae91f66fac238c9fa8bd669f69c2d5f5582d7d41.tar.gz infrastructure-ae91f66fac238c9fa8bd669f69c2d5f5582d7d41.zip |
Disable guichet on old cluster
-rw-r--r-- | app/directory/deploy/directory.hcl | 2 |
1 files changed, 2 insertions, 0 deletions
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" { } } } + */ } |