mirror of https://github.com/status-im/consul.git
docs: mention that service defaults upstream config sections should not contain wildcards (#10451)
This commit is contained in:
parent
5f51ac931b
commit
5a0d269eb0
|
@ -213,13 +213,13 @@ UpstreamConfig = {
|
||||||
name: 'Name',
|
name: 'Name',
|
||||||
type: 'string: ""',
|
type: 'string: ""',
|
||||||
description:
|
description:
|
||||||
'The upstream name to apply the configuration to.',
|
'The upstream name to apply the configuration to. This should not be set to the wildcard specifier `*`.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Namespace',
|
name: 'Namespace',
|
||||||
type: 'string: ""',
|
type: 'string: ""',
|
||||||
description:
|
description:
|
||||||
'The namespace of the upstream.',
|
'The namespace of the upstream. This should not be set to the wildcard specifier `*`.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Protocol',
|
name: 'Protocol',
|
||||||
|
@ -327,18 +327,6 @@ UpstreamConfig = {
|
||||||
type: 'UpstreamConfig: <optional>',
|
type: 'UpstreamConfig: <optional>',
|
||||||
description: `Default configuration that applies to all upstreams of the given service.`,
|
description: `Default configuration that applies to all upstreams of the given service.`,
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
name: 'Name',
|
|
||||||
type: 'string: ""',
|
|
||||||
description:
|
|
||||||
'The upstream name to apply the configuration to.',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Namespace',
|
|
||||||
type: 'string: ""',
|
|
||||||
description:
|
|
||||||
'The namespace of the upstream.',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Protocol',
|
name: 'Protocol',
|
||||||
type: 'string: ""',
|
type: 'string: ""',
|
||||||
|
|
Loading…
Reference in New Issue