mirror of https://github.com/status-im/consul.git
Apply suggestions from code review
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
parent
687f9340f7
commit
b844d68c4b
|
@ -169,7 +169,7 @@ spec:
|
|||
</CodeTabs>
|
||||
|
||||
<EnterpriseAlert product="consul">
|
||||
Failover to another datacenter and namespace
|
||||
Failover to another datacenter and namespace for all service subsets.
|
||||
</EnterpriseAlert>
|
||||
|
||||
<CodeTabs tabs={[ "HCL", "Kubernetes YAML", "JSON" ]}>
|
||||
|
@ -182,7 +182,7 @@ ConnectTimeout = "0s"
|
|||
Failover = {
|
||||
"*" = {
|
||||
Datacenters = ["dc2"]
|
||||
Namespace = "secodary"
|
||||
Namespace = "secondary"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue