Skip to content

Commit

Permalink
Address PR comments, minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Jun 12, 2024
1 parent 112b6b0 commit 642eed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-types/tls-route.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This allows you to define and manage end-to-end TLS encrypted traffic routing to

- `TLSRoute` sectionName must refer to an `TLS` protocol listener with `mode: Passthrough` in the parentRefs `Gateway`.
- `TLSRoute` only supports to have one rule.
- `TLSRoute` don't support any rule matching condition.
- `TLSRoute` doesn't support any rule matching condition.
- The `hostnames` field with exactly one host name is required. This domain name is used as a vpc lattice's Service Name Indication (SNI) match to route the traffic to the correct backend service.


Expand Down
2 changes: 1 addition & 1 deletion docs/guides/tls-passthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Install Gateway API TLSRoute CRD

The TLSRoute CRD already included in the helm chart and deployment.yaml, if you are using these 2 methods to install the controller no extra steps are needed.
The TLSRoute CRD is already included in the helm chart and deployment.yaml, if you are using these 2 methods to install the controller no extra steps needed.
If you want to install the TLSRoute CRD manually by yourself:
```
# Install CRD
Expand Down

0 comments on commit 642eed9

Please sign in to comment.