exactly one of ingress, terminating, or mesh must be configured
i believe mesh should be included in this statement was omitted.
This commit is contained in:
parent
73351c35dd
commit
8c638217ac
|
@ -35,7 +35,7 @@ service {
|
|||
|
||||
## `gateway` Parameters
|
||||
|
||||
Exactly one of `ingress` or `terminating` must be configured.
|
||||
Exactly one of `ingress`, `terminating`, or `mesh` must be configured.
|
||||
|
||||
- `proxy` <code>([proxy]: nil)</code> - Configuration of the Envoy proxy that will
|
||||
be injected into the task group.
|
||||
|
|
Loading…
Reference in a new issue