mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
examples: Update etcd3 (etcd-member) and use the etcd3 gateway
This commit is contained in:
11
examples/groups/etcd3-install/gateway.json
Normal file
11
examples/groups/etcd3-install/gateway.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "default",
|
||||
"name": "default",
|
||||
"profile": "etcd3-gateway",
|
||||
"selector": {
|
||||
"os": "installed"
|
||||
},
|
||||
"metadata": {
|
||||
"etcd_endpoints": "node1.example.com:2379,node2.example.com:2379,node3.example.com:2379"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "default",
|
||||
"name": "default",
|
||||
"profile": "etcd3-proxy",
|
||||
"selector": {
|
||||
"os": "installed"
|
||||
},
|
||||
"metadata": {
|
||||
"etcd_initial_cluster": "node1=http://node1.example.com:2380,node2=http://node2.example.com:2380,node3=http://node3.example.com:2380"
|
||||
}
|
||||
}
|
||||
8
examples/groups/etcd3/gateway.json
Normal file
8
examples/groups/etcd3/gateway.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "default",
|
||||
"name": "default",
|
||||
"profile": "etcd3-gateway",
|
||||
"metadata": {
|
||||
"etcd_endpoints": "node1.example.com:2379,node2.example.com:2379,node3.example.com:2379"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"id": "default",
|
||||
"name": "default",
|
||||
"profile": "etcd3-proxy",
|
||||
"metadata": {
|
||||
"etcd_initial_cluster": "node1=http://node1.example.com:2380,node2=http://node2.example.com:2380,node3=http://node3.example.com:2380"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user