Update sameness-group.mdx

pull/17915/head
David Yu 2023-06-27 15:46:56 -07:00 committed by GitHub
parent 3368f14fab
commit b86f3cbe35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -101,8 +101,8 @@ metadata:
spec:
defaultForFailover: false
members: # required
partition: <partitionWithServicesInGroup>
peer: <clusterPeerWithServicesInGroup>
- partition: <partitionWithServicesInGroup>
- peer: <clusterPeerWithServicesInGroup>
```
</Tab>
@ -365,11 +365,11 @@ metadata:
spec:
defaultForFailover: true
members:
partition: store-east
partition: inventory-east
peer: dc2-store-west
peer: dc2-inventory-west
- partition: store-east
- partition: inventory-east
- peer: dc2-store-west
- peer: dc2-inventory-west
```
</Tab>
</Tabs>
</Tabs>