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:
Andy Assareh
2021-10-15 14:15:02 -07:00
committed by GitHub
parent c46c530a58
commit 305cf571d4

View File

@@ -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.