Last active
February 14, 2019 05:52
-
-
Save teeler/ea22572af3d132adcdb3ac0d8d62b124 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datacenter = "dc1" | |
data_dir = "/etc/nomad.d" | |
client { | |
enabled = true | |
server_join { | |
retry_join = [ "provider=gce tag_value=h3" ] | |
} | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data_dir = "/etc/nomad.d" | |
server { | |
enabled = true | |
bootstrap_expect = 3 | |
server_join { | |
retry_join = [ "provider=gce tag_value=h3" ] | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment