mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 06:16:52 +00:00
822 B
822 B
title
| title |
|---|
| Route |
Description
Configures external access to your service.
Specification
List of all configuration options for a Route trait.
...
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 |