Skip to content

Instantly share code, notes, and snippets.

@ramr
Created April 22, 2016 19:50
Show Gist options
  • Save ramr/c31297b3093448fec32fcb2ddd437267 to your computer and use it in GitHub Desktop.
Save ramr/c31297b3093448fec32fcb2ddd437267 to your computer and use it in GitHub Desktop.
ramr-test-edge-allow-default-cert.json
# 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