summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/00-consul.json
diff options
context:
space:
mode:
Diffstat (limited to 'k8s-bootstrap-container/00-consul.json')
-rw-r--r--k8s-bootstrap-container/00-consul.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/k8s-bootstrap-container/00-consul.json b/k8s-bootstrap-container/00-consul.json
new file mode 100644
index 0000000..a7d6ff4
--- /dev/null
+++ b/k8s-bootstrap-container/00-consul.json
@@ -0,0 +1,9 @@
+{
+ "datacenter": "dc1",
+ "data_dir": "/opt/consul",
+ "log_level": "INFO",
+ "server": false,
+ "retry_join": ["consul"],
+ "node_name": "dcae-bootstrap",
+ "disable_update_check": true
+ } \ No newline at end of file