You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
519 B

{
"apiVersion": "route.openshift.io/v1",
"kind": "Route",
"metadata": {
"labels": {
"app": "catalogapi"
},
"name": "catalog-public-route"
},
"spec": {
"host": "__CatalogPublicHostName__",
"port": {
"targetPort": "8080-tcp"
},
"to": {
"kind": "Service",
"name": "catalogapi"
},
"tls": {
"termination": "edge",
"key": "__PrivateKey3__",
"certificate": "__Certificate3__",
"caCertificate": "__CaCertificate3__"
}
}
}