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.

25 lines
519 B

5 years ago
  1. {
  2. "apiVersion": "route.openshift.io/v1",
  3. "kind": "Route",
  4. "metadata": {
  5. "labels": {
  6. "app": "catalogapi"
  7. },
  8. "name": "catalog-public-route"
  9. },
  10. "spec": {
  11. "host": "__CatalogPublicHostName__",
  12. "port": {
  13. "targetPort": "8080-tcp"
  14. },
  15. "to": {
  16. "kind": "Service",
  17. "name": "catalogapi"
  18. },
  19. "tls": {
  20. "termination": "edge",
  21. "key": "__PrivateKey3__",
  22. "certificate": "__Certificate3__",
  23. "caCertificate": "__CaCertificate3__"
  24. }
  25. }
  26. }