2021-09-13 10:58:34 +00:00
|
|
|
# Include{groups}
|
2021-04-13 14:47:37 +00:00
|
|
|
portals:
|
2022-02-24 18:15:06 +00:00
|
|
|
open:
|
2021-04-13 14:47:37 +00:00
|
|
|
protocols:
|
2021-09-03 22:53:15 +00:00
|
|
|
- "http"
|
2021-04-13 14:47:37 +00:00
|
|
|
host:
|
2021-12-26 15:58:03 +00:00
|
|
|
- "$kubernetes-resource_configmap_portal_host"
|
2021-04-13 14:47:37 +00:00
|
|
|
ports:
|
2021-06-10 12:49:42 +00:00
|
|
|
- "$kubernetes-resource_configmap_portal_port"
|
2021-06-30 12:55:31 +00:00
|
|
|
path: "/dashboard/"
|
2021-04-13 14:47:37 +00:00
|
|
|
questions:
|
2021-10-20 17:39:05 +00:00
|
|
|
# Include{global}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{controller}
|
|
|
|
# Include{controllerDeployment}
|
|
|
|
# Include{replicas}
|
|
|
|
# Include{replica1}
|
|
|
|
# Include{strategy}
|
|
|
|
# Include{recreate}
|
2021-09-13 10:58:34 +00:00
|
|
|
# Include{controllerExpert}
|
2022-08-12 08:40:46 +00:00
|
|
|
# Include{controllerExpertExtraArgs}
|
2021-09-13 10:58:34 +00:00
|
|
|
# Include{containerConfig}
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: ingressClass
|
|
|
|
label: "ingressClass"
|
|
|
|
group: "App Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
2022-05-15 07:40:50 +00:00
|
|
|
description: "When enabled, ingressClass will match the entered name of this app"
|
2021-08-10 08:30:26 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2021-09-03 22:53:15 +00:00
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: isDefaultClass
|
|
|
|
label: "isDefaultClass"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: logs
|
|
|
|
label: "Logs"
|
|
|
|
group: "App Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: general
|
|
|
|
label: "General Logs"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: level
|
|
|
|
label: "Log Level"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "ERROR"
|
|
|
|
enum:
|
|
|
|
- value: "INFO"
|
|
|
|
description: "Info"
|
|
|
|
- value: "WARN"
|
|
|
|
description: "Warnings"
|
|
|
|
- value: "ERROR"
|
|
|
|
description: "Errors"
|
|
|
|
- value: "FATAL"
|
|
|
|
description: "Fatal Errors"
|
|
|
|
- value: "PANIC"
|
|
|
|
description: "Panics"
|
|
|
|
- value: "DEBUG"
|
|
|
|
description: "Debug"
|
2022-05-05 18:40:43 +00:00
|
|
|
- variable: format
|
|
|
|
label: "General Log format"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "common"
|
|
|
|
enum:
|
|
|
|
- value: "common"
|
|
|
|
description: "Common Log Format"
|
|
|
|
- value: "json"
|
|
|
|
description: "JSON"
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: access
|
|
|
|
label: "Access Logs"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: enabledFilters
|
|
|
|
label: "Enable Filters"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: filters
|
|
|
|
label: "Filters"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: statuscodes
|
|
|
|
label: "Status codes"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "200,300-302"
|
|
|
|
- variable: retryattempts
|
|
|
|
label: "retryattempts"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: minduration
|
|
|
|
label: "minduration"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "10ms"
|
|
|
|
- variable: fields
|
|
|
|
label: "Fields"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: general
|
|
|
|
label: "General"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: defaultmode
|
|
|
|
label: "Default Mode"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "keep"
|
|
|
|
enum:
|
|
|
|
- value: "keep"
|
|
|
|
description: "Keep"
|
|
|
|
- value: "drop"
|
|
|
|
description: "Drop"
|
|
|
|
- variable: headers
|
|
|
|
label: "Headers"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: defaultmode
|
|
|
|
label: "Default Mode"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "drop"
|
|
|
|
enum:
|
|
|
|
- value: "keep"
|
|
|
|
description: "Keep"
|
|
|
|
- value: "drop"
|
|
|
|
description: "Drop"
|
2022-05-05 18:40:43 +00:00
|
|
|
- variable: format
|
|
|
|
label: "Access Log format"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "common"
|
|
|
|
enum:
|
|
|
|
- value: "common"
|
|
|
|
description: "Common Log Format"
|
|
|
|
- value: "json"
|
|
|
|
description: "JSON"
|
2021-06-30 10:56:17 +00:00
|
|
|
- variable: middlewares
|
|
|
|
label: ""
|
|
|
|
group: "Middlewares"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-06-30 10:56:17 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: basicAuth
|
|
|
|
label: "basicAuth"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: basicAuthEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-06-30 10:56:17 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: users
|
|
|
|
label: "Users"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: usersEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-06-30 10:56:17 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: username
|
|
|
|
label: "Username"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: password
|
|
|
|
label: "Password"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: forwardAuth
|
|
|
|
label: "forwardAuth"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: basicAuthEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-06-30 10:56:17 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: address
|
|
|
|
label: "Address"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: trustForwardHeader
|
|
|
|
label: "trustForwardHeader"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: authResponseHeadersRegex
|
|
|
|
label: "authResponseHeadersRegex"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: authResponseHeaders
|
|
|
|
label: "authResponseHeaders"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: authResponseHeadersEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: authRequestHeaders
|
|
|
|
label: "authRequestHeaders"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: authRequestHeadersEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
2021-07-05 08:36:05 +00:00
|
|
|
- variable: chain
|
|
|
|
label: "chain"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: chainEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-07-05 08:36:05 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-07-05 13:25:43 +00:00
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2021-07-05 08:36:05 +00:00
|
|
|
- variable: middlewares
|
|
|
|
label: "Middlewares to Chain"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: redirectScheme
|
|
|
|
label: "redirectScheme"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: redirectSchemeEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-07-05 08:36:05 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-07-05 13:25:43 +00:00
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2021-07-05 08:36:05 +00:00
|
|
|
- variable: scheme
|
|
|
|
label: "Scheme"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "https"
|
|
|
|
enum:
|
|
|
|
- value: "https"
|
|
|
|
description: "https"
|
|
|
|
- value: "http"
|
|
|
|
description: "http"
|
|
|
|
- variable: permanent
|
|
|
|
label: "Permanent"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: rateLimit
|
|
|
|
label: "rateLimit"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: rateLimitEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-07-05 08:36:05 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-07-05 13:25:43 +00:00
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2021-07-05 08:36:05 +00:00
|
|
|
- variable: average
|
|
|
|
label: "Average"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
default: 300
|
|
|
|
- variable: burst
|
|
|
|
label: "Burst"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
default: 200
|
2021-09-08 13:38:31 +00:00
|
|
|
- variable: redirectRegex
|
|
|
|
label: "redirectRegex"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: redirectRegexEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-08 13:38:31 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
- variable: regex
|
|
|
|
label: "Regex"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: replacement
|
|
|
|
label: "Replacement"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: permanent
|
|
|
|
label: "Permanent"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2022-04-04 19:48:33 +00:00
|
|
|
- variable: stripPrefixRegex
|
|
|
|
label: "stripPrefixRegex"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: stripPrefixRegexEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
- variable: regex
|
|
|
|
label: "Regex"
|
|
|
|
schema:
|
2022-04-04 20:40:27 +00:00
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: regexEntry
|
|
|
|
label: "Regex"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
2021-09-08 13:38:31 +00:00
|
|
|
- variable: ipWhiteList
|
|
|
|
label: "ipWhiteList"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: ipWhiteListEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-08 13:38:31 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: sourceRange
|
|
|
|
label: "Source Range"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: sourceRangeEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: ipStrategy
|
|
|
|
label: "IP Strategy"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-08 13:38:31 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: depth
|
|
|
|
label: "Depth"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
- variable: excludedIPs
|
|
|
|
label: "Excluded IPs"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: excludedIPsEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
2022-07-21 13:32:49 +00:00
|
|
|
- variable: themePark
|
|
|
|
label: "theme.park"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: themeParkEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
2022-07-22 15:31:30 +00:00
|
|
|
description: This is a 3rd party plugin and not maintained by TrueCharts,
|
|
|
|
for more information go to <a href="https://github.com/packruler/traefik-themepark">traefik-themepark</a>
|
2022-07-21 13:32:49 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2022-07-22 15:31:30 +00:00
|
|
|
- variable: appName
|
|
|
|
label: App Name
|
|
|
|
description: Lower case, name of the app to be themed.
|
|
|
|
Go to <a href="https://docs.theme-park.dev/themes/">https://docs.theme-park.dev/themes/</a> to see supported apps.
|
2022-07-21 13:32:49 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2022-07-22 15:31:30 +00:00
|
|
|
- variable: themeName
|
|
|
|
label: Theme Name
|
|
|
|
description: Lower case, name of the theme to be applied.
|
|
|
|
Go to <a href="https://docs.theme-park.dev/theme-options/">https://docs.theme-park.dev/theme-options/</a> to see supported themes.
|
2022-07-21 13:32:49 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
2022-07-22 15:31:30 +00:00
|
|
|
required: true
|
2022-07-21 13:32:49 +00:00
|
|
|
- variable: baseUrl
|
2022-07-22 15:31:30 +00:00
|
|
|
label: Base URL
|
|
|
|
description: Replace `https://theme-park.dev` URL for self-hosting reference.
|
2022-07-21 13:32:49 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
2022-07-22 15:31:30 +00:00
|
|
|
required: true
|
|
|
|
default: https://theme-park.dev
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: service
|
2021-06-10 12:49:42 +00:00
|
|
|
group: "Networking and Services"
|
2021-09-03 22:53:15 +00:00
|
|
|
label: "Configure Service Entrypoint"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-04-13 14:47:37 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Service"
|
|
|
|
description: "The Primary service on which the healthcheck runs, often the webUI"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-04-13 14:47:37 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-07 10:49:14 +00:00
|
|
|
# Include{serviceSelector}
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Entrypoint Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{advancedPortHTTP}
|
2021-11-07 10:49:14 +00:00
|
|
|
- variable: targetPort
|
|
|
|
label: "Target Port"
|
|
|
|
description: "The internal(!) port on the container the Application runs on"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9000
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Entrypoints Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-11-28 09:44:06 +00:00
|
|
|
default: 9000
|
2021-09-03 22:53:15 +00:00
|
|
|
required: true
|
|
|
|
- variable: tcp
|
2021-11-07 10:49:14 +00:00
|
|
|
label: "TCP Service"
|
2021-09-03 22:53:15 +00:00
|
|
|
description: "The tcp Entrypoint service"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-04-13 14:47:37 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-07 10:49:14 +00:00
|
|
|
# Include{serviceSelector}
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: web
|
|
|
|
label: "web Entrypoint Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-12-22 14:30:58 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Entrypoints Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9080
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{advancedPortHTTP}
|
2021-11-07 10:49:14 +00:00
|
|
|
- variable: targetPort
|
|
|
|
label: "Target Port"
|
|
|
|
description: "The internal(!) port on the container the Application runs on"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-12-22 14:30:58 +00:00
|
|
|
- variable: redirectPort
|
|
|
|
label: "Redirect to Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
- variable: redirectTo
|
|
|
|
label: "Redirect to Entrypoint"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "websecure"
|
2022-05-04 15:53:21 +00:00
|
|
|
- variable: forwardedHeaders
|
|
|
|
label: "Accept Forwarded Headers"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: trustedIPs
|
|
|
|
label: "Trusted IPs"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: trustedIPsEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-05-27 19:35:01 +00:00
|
|
|
type: string
|
2022-05-04 15:53:21 +00:00
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: insecureMode
|
|
|
|
label: "Insecure Mode"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: websecure
|
|
|
|
label: "websecure Entrypoints Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-12-22 14:30:58 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Entrypoints Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9443
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{advancedPortHTTPS}
|
2021-11-07 10:49:14 +00:00
|
|
|
- variable: targetPort
|
|
|
|
label: "Target Port"
|
|
|
|
description: "The internal(!) port on the container the Application runs on"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-12-22 14:30:58 +00:00
|
|
|
- variable: redirectPort
|
|
|
|
label: "Redirect to Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
- variable: redirectTo
|
|
|
|
label: "Redirect to Entrypoint"
|
|
|
|
schema:
|
|
|
|
type: string
|
2022-05-04 15:53:21 +00:00
|
|
|
- variable: forwardedHeaders
|
|
|
|
label: "Accept Forwarded Headers"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: trustedIPs
|
|
|
|
label: "Trusted IPs"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: trustedIPsEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-08-09 10:21:01 +00:00
|
|
|
type: string
|
2022-05-04 15:53:21 +00:00
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: insecureMode
|
|
|
|
label: "Insecure Mode"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2021-09-03 23:37:28 +00:00
|
|
|
- variable: tls
|
|
|
|
label: "websecure Entrypoints Configuration"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
hidden: true
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
2021-11-07 12:26:25 +00:00
|
|
|
label: "Enabled"
|
2021-09-03 23:37:28 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
hidden: true
|
2021-09-03 22:53:15 +00:00
|
|
|
- variable: portsList
|
|
|
|
label: "Additional TCP Entrypoints"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: portsListEntry
|
|
|
|
label: "Custom Entrypoints"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 22:53:15 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable the port"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
hidden: true
|
|
|
|
- variable: name
|
|
|
|
label: "Entrypoints Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: protocol
|
|
|
|
label: "Entrypoints Type"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "TCP"
|
|
|
|
enum:
|
|
|
|
- value: HTTP
|
|
|
|
description: "HTTP"
|
|
|
|
- value: "HTTPS"
|
|
|
|
description: "HTTPS"
|
|
|
|
- value: TCP
|
|
|
|
description: "TCP"
|
|
|
|
- variable: port
|
2021-11-13 21:05:00 +00:00
|
|
|
label: "Port"
|
|
|
|
description: "This port exposes the container port on the service"
|
2021-09-03 22:53:15 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
2021-09-03 23:37:28 +00:00
|
|
|
- variable: tls
|
|
|
|
label: "websecure Entrypoints Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-09-03 23:37:28 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
2021-11-07 12:26:25 +00:00
|
|
|
label: "Enabled"
|
2021-09-03 23:37:28 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
2021-12-22 14:30:58 +00:00
|
|
|
- variable: redirectPort
|
|
|
|
label: "Redirect to Port"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
- variable: redirectTo
|
|
|
|
label: "Redirect to Entrypoint"
|
|
|
|
schema:
|
|
|
|
type: string
|
2022-05-04 15:53:21 +00:00
|
|
|
- variable: forwardedHeaders
|
|
|
|
label: "Accept Forwarded Headers"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: trustedIPs
|
|
|
|
label: "Trusted IPs"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: trustedIPsEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-08-09 10:21:01 +00:00
|
|
|
type: string
|
2022-05-04 15:53:21 +00:00
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: insecureMode
|
|
|
|
label: "Insecure Mode"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{ingressRoot}
|
2021-12-26 15:58:03 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Ingress"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-12-26 15:58:03 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-15 20:13:10 +00:00
|
|
|
# Include{ingressDefault}
|
|
|
|
# Include{ingressTLS}
|
|
|
|
# Include{ingressTraefik}
|
|
|
|
# Include{ingressExpert}
|
|
|
|
# Include{ingressList}
|
2022-03-03 14:04:31 +00:00
|
|
|
# Include{security}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{securityContextAdvancedRoot}
|
2021-11-06 20:41:31 +00:00
|
|
|
- variable: privileged
|
|
|
|
label: "Privileged mode"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: readOnlyRootFilesystem
|
|
|
|
label: "ReadOnly Root Filesystem"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: allowPrivilegeEscalation
|
|
|
|
label: "Allow Privilege Escalation"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: runAsNonRoot
|
|
|
|
label: "runAsNonRoot"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
2022-01-13 11:18:20 +00:00
|
|
|
# Include{securityContextAdvanced}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{podSecurityContextRoot}
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: runAsUser
|
|
|
|
label: "runAsUser"
|
|
|
|
description: "The UserID of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-09-03 22:53:15 +00:00
|
|
|
default: 568
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: runAsGroup
|
|
|
|
label: "runAsGroup"
|
2022-04-20 07:35:54 +00:00
|
|
|
description: "The groupID this App of the user running the application"
|
2021-04-14 20:24:09 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
2021-09-03 22:53:15 +00:00
|
|
|
default: 568
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: fsGroup
|
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-09-03 22:53:15 +00:00
|
|
|
default: 568
|
2022-01-13 11:18:20 +00:00
|
|
|
# Include{podSecurityContextAdvanced}
|
2021-09-26 18:44:02 +00:00
|
|
|
# Include{resources}
|
2021-10-04 11:46:38 +00:00
|
|
|
# Include{advanced}
|
2021-09-13 10:58:34 +00:00
|
|
|
# Include{addons}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|