mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
* Added ingressClass to route trait * typo Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * run make reviewable * fixed ingress test Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
881 B
881 B
Route
Description
Configures external access to your service.
Specification
List of all configuration options for a Route trait.
name: my-app-name
services:
my-service-name:
...
route:
domain: example.com
issuer: tls
rules:
- path: /testapp
rewriteTarget: /
Properties
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| domain | Domain name | string | true | empty |
| issuer | string | true | empty | |
| rules | []rules | false | ||
| provider | string | false | ||
| ingressClass | string | false |
rules
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| path | string | true | ||
| rewriteTarget | string | true | empty |