Created
April 21, 2016 22:30
-
-
Save ramr/b547f3d5655abbe8f4bbf278edce3213 to your computer and use it in GitHub Desktop.
ramr-test-http-allow-defaultcert route
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
[root@ip-10-3-90-122 ~]# cat ramr-test-edge-allow-default-cert.json | |
{ | |
"kind": "Route", | |
"apiVersion": "v1", | |
"metadata": { | |
"name": "ramr-test-http-allow-defaultcert" | |
}, | |
"id": "ramr-test-http-allow-defaultcert", | |
"spec": { | |
"host": "allow-http-defaultcert.ramr.test", | |
"to": { | |
"kind": "Service", | |
"name": "service-insecure" | |
}, | |
"tls": { | |
"termination": "edge", | |
"insecureEdgeTerminationPolicy": "Allow" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment