Modify # of `nomad` servers:

```
--- a/cookbooks/nomad/files/etc/nomad.d/server.hcl
+++ b/cookbooks/nomad/files/etc/nomad.d/server.hcl
@@ -1,4 +1,4 @@
 server {
   enabled          = true
-  bootstrap_expect = 1
+  bootstrap_expect = 3
 }
```
This commit is contained in:
Kazuhiro MUSASHI 2021-11-03 12:37:19 +09:00 committed by Gitea
parent 9460e297e7
commit 96ba6e7757
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
server {
enabled = true
bootstrap_expect = 1
bootstrap_expect = 3
}