Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Update proxy-defaults with field mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Apr 26, 2021
1 parent 967cd64 commit fd6915a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/crd-proxydefaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ spec:
description: Mode is the mode that should be used for the upstream connection. One of none, local, or remote.
type: string
type: object
mode:
description: 'Mode can be one of direct or transparent. transparent represents that inbound and outbound application traffic is being captured and redirected through the proxy. This mode does not enable the traffic redirection itself. Instead it signals Consul to configure Envoy as if traffic is already being redirected. direct represents that the proxy''s listeners must be dialed directly by the local application and other proxies. Note: This cannot be set using the CRD and should be set using annotations on the services that are part of the mesh.'
type: string
transparentProxy:
description: 'TransparentProxy controls configuration specific to proxies in transparent mode. Note: This cannot be set using the CRD and should be set using annotations on the services that are part of the mesh.'
properties:
Expand Down

0 comments on commit fd6915a

Please sign in to comment.