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}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
|
|
|
|
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:
|
2022-09-26 08:11:11 +00:00
|
|
|
# Include{basicAuthMiddleware}
|
|
|
|
# Include{forwardAuthMiddleware}
|
|
|
|
# Include{chainMiddleware}
|
|
|
|
# Include{redirectSchemeMiddleware}
|
|
|
|
# Include{rateLimitMiddleware}
|
|
|
|
# Include{redirectRegexMiddleware}
|
|
|
|
# Include{stripPrefixRegexMiddleware}
|
|
|
|
# Include{ipWhitelistMiddleware}
|
|
|
|
# Include{themeParkMiddleware}
|
|
|
|
# Include{realIPMiddleware}
|
2022-11-13 11:03:07 +00:00
|
|
|
# Include{geoBlockMiddleware}
|
2022-09-26 08:11:11 +00:00
|
|
|
# Include{addPrefixMiddleware}
|
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:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
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:
|
|
|
|
- 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:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
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-11-11 12:54:11 +00:00
|
|
|
- variable: advanced
|
|
|
|
label: Show Advanced Settings
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
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-08-27 20:58:46 +00:00
|
|
|
# Include{forwardedHeaders}
|
|
|
|
# Include{proxyProtocol}
|
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-11-11 12:54:11 +00:00
|
|
|
- variable: advanced
|
|
|
|
label: Show Advanced Settings
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
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-08-27 20:58:46 +00:00
|
|
|
# Include{forwardedHeaders}
|
|
|
|
# Include{proxyProtocol}
|
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-08-27 20:58:46 +00:00
|
|
|
# Include{forwardedHeaders}
|
|
|
|
# Include{proxyProtocol}
|
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}
|
2022-11-11 18:09:57 +00:00
|
|
|
# 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-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-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|