Created
May 15, 2020 01:13
-
-
Save danehans/f054d5931928878408b0cfb5210282cd to your computer and use it in GitHub Desktop.
simple_tcproute_example
This file contains hidden or 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
kind: TCPRoute | |
apiVersion: networking.x-k8s.io/v1alpha1 | |
metadata: | |
name: example | |
labels: | |
app: foo | |
spec: | |
hosts: | |
- hostname: example.com # this is SNI server_name to match | |
rules: | |
action: | |
forwardTo: | |
targetRef: | |
name: example-svc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment