mirror of https://github.com/hashicorp/consul
docs: Fix ingress dns entry (#8072)
parent
ac6c8e5b26
commit
15b5142bca
|
@ -35,7 +35,7 @@ description: >-
|
||||||
[protocol](/docs/agent/config-entries/ingress-gateway#protocol) as the
|
[protocol](/docs/agent/config-entries/ingress-gateway#protocol) as the
|
||||||
listener will be routable.
|
listener will be routable.
|
||||||
- The ingress gateway will route traffic based on the host/authority header,
|
- The ingress gateway will route traffic based on the host/authority header,
|
||||||
expecting a value matching `<service-name>.*`, or if using namespaces,
|
expecting a value matching `<service-name>.ingress.*`, or if using namespaces,
|
||||||
`<service-name>.ingress.<namespace>.*`.
|
`<service-name>.ingress.<namespace>.*`.
|
||||||
|
|
||||||
A wildcard specifier cannot be set on a listener of protocol `tcp`.
|
A wildcard specifier cannot be set on a listener of protocol `tcp`.
|
||||||
|
|
Loading…
Reference in New Issue