mirror of https://github.com/status-im/consul.git
Update sameness-group.mdx (#17915)
This commit is contained in:
parent
310bc68e65
commit
6f5da97d66
|
@ -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