mirror of https://github.com/hashicorp/consul
Update sameness-group.mdx
parent
3368f14fab
commit
b86f3cbe35
|
@ -101,8 +101,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
defaultForFailover: false
|
defaultForFailover: false
|
||||||
members: # required
|
members: # required
|
||||||
partition: <partitionWithServicesInGroup>
|
- partition: <partitionWithServicesInGroup>
|
||||||
peer: <clusterPeerWithServicesInGroup>
|
- peer: <clusterPeerWithServicesInGroup>
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tab>
|
</Tab>
|
||||||
|
@ -365,10 +365,10 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
defaultForFailover: true
|
defaultForFailover: true
|
||||||
members:
|
members:
|
||||||
partition: store-east
|
- partition: store-east
|
||||||
partition: inventory-east
|
- partition: inventory-east
|
||||||
peer: dc2-store-west
|
- peer: dc2-store-west
|
||||||
peer: dc2-inventory-west
|
- peer: dc2-inventory-west
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
Loading…
Reference in New Issue