Create a middleware and entrypoint prototype for the Ingress GUI

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-30 21:06:12 +02:00
parent 6b9e9e418e
commit 00e879f3e9
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ maintainers:
name: prototype-gui
sources: null
type: application
version: 1.3.3
version: 1.3.4
@@ -558,6 +558,26 @@ questions:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Add Existing Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext
group: "Security and Permissions"