Created
April 22, 2016 19:50
-
-
Save ramr/c31297b3093448fec32fcb2ddd437267 to your computer and use it in GitHub Desktop.
ramr-test-edge-allow-default-cert.json
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
# 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-secure" | |
}, | |
"tls": { | |
"termination": "edge", | |
"insecureEdgeTerminationPolicy": "Allow" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment