backport of commit b86f3cbe35a9501be2e8455e41e4084bbb332fee (#17926)

Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-06-27 21:08:52 -05:00 committed by GitHub
parent 337e2ef0f5
commit 577a4b2037
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>