Route

Description

Route is used to configure external access to your service.

Specification

List of all available properties for a Route trait.

  1. name: my-app-name
  2. services:
  3. my-service-name:
  4. ...
  5. route:
  6. domain: example.com
  7. issuer: tls
  8. rules:
  9. - path: /testapp
  10. rewriteTarget: /

Properties

NameTypeDescriptionNotes
Domainstringspecify your host url for this app[ default to (empty) ]
Issuerstringspecify your certificate issue[default to no tls]
Rules[]RouteRules[optional]

RouteRules

NameTypeDescriptionNotes
Pathstring[ default to (empty) ]
RewriteTargetstring[ default to (empty) ]