forked from openshift-knative/net-istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Host cluster-local-domain-tls on cluster-local gateway with SNI (knat…
…ive-extensions#1228) * Host cluster-local-domain TLS on local listener with SNI * Use port 8444 for cluster-local TLS traffic (cherry picked from commit 83db165)
- Loading branch information
Showing
7 changed files
with
506 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,6 @@ spec: | |
- name: http2 | ||
port: 80 | ||
targetPort: 8081 | ||
- name: https | ||
port: 443 | ||
targetPort: 8444 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.