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.

22 lines
421 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. apiVersion: route.openshift.io/v1
  2. kind: Route
  3. metadata:
  4. labels:
  5. app: catalogapi
  6. name: catalog-public-route
  7. spec:
  8. host: __CatalogPublicHostName__
  9. port:
  10. targetPort: 8080-tcp
  11. tls:
  12. caCertificate: |
  13. __CaCertificate2__
  14. certificate: |
  15. __Certificate2__
  16. key: |
  17. __PrivateKey2__
  18. termination: edge
  19. to:
  20. kind: Service
  21. name: catalogapi
  22. weight: 100
  23. wildcardPolicy: None