Update sameness-group.mdx (#17915)

This commit is contained in:
David Yu 2023-06-27 18:45:23 -07:00 committed by GitHub
parent 310bc68e65
commit 6f5da97d66
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,10 +365,10 @@ 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>