2021-10-05 10:50:21 +00:00
|
|
|
- variable: entrypoint
|
2022-08-08 21:25:02 +00:00
|
|
|
label: (Advanced) Traefik Entrypoint
|
|
|
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
2022-08-08 21:25:02 +00:00
|
|
|
default: websecure
|
2021-10-05 10:50:21 +00:00
|
|
|
required: true
|
2022-11-10 15:46:44 +00:00
|
|
|
- variable: ingressClassName
|
|
|
|
label: (Advanced/Optional) IngressClass Name
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
2021-10-05 10:50:21 +00:00
|
|
|
- variable: middlewares
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Traefik Middlewares
|
|
|
|
description: Add previously created Traefik Middlewares to this Ingress
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: name
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Name
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|