2021-10-05 10:50:21 +00:00
|
|
|
- variable: enabled
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Enable Ingress
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: hosts
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Hosts
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: hostEntry
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Host
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-05 10:50:21 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: host
|
2022-08-08 21:25:02 +00:00
|
|
|
label: HostName
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|
|
|
|
- variable: paths
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Paths
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: list
|
2023-11-09 17:34:45 +00:00
|
|
|
default: [{path: "/", pathType: "Prefix"}]
|
2021-10-05 10:50:21 +00:00
|
|
|
items:
|
|
|
|
- variable: pathEntry
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Host
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-05 10:50:21 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: path
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Path
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "/"
|
|
|
|
- variable: pathType
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Path Type
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
default: Prefix
|