2021-04-13 14:47:37 +00:00
|
|
|
groups:
|
|
|
|
- name: "Container Image"
|
|
|
|
description: "Image to be used for container"
|
2021-06-10 12:49:42 +00:00
|
|
|
- name: "Controller"
|
2021-04-13 14:47:37 +00:00
|
|
|
description: "Configure workload deployment"
|
2021-06-10 12:49:42 +00:00
|
|
|
- name: "Container Configuration"
|
2021-04-13 14:47:37 +00:00
|
|
|
description: "additional container configuration"
|
2021-06-10 12:49:42 +00:00
|
|
|
- name: "App Configuration"
|
|
|
|
description: "App specific config options"
|
2021-06-30 10:56:17 +00:00
|
|
|
- name: "Middlewares"
|
|
|
|
description: "Traefik Middlewares"
|
2021-06-10 12:49:42 +00:00
|
|
|
- name: "Networking and Services"
|
|
|
|
description: "Configure Network and Services for container"
|
|
|
|
- name: "Storage and Persistence"
|
|
|
|
description: "Persist and share data that is separate from the container"
|
|
|
|
- name: "Ingress"
|
|
|
|
description: "Ingress Configuration"
|
|
|
|
- name: "Security and Permissions"
|
|
|
|
description: "Configure security context and permissions"
|
2021-04-15 21:30:44 +00:00
|
|
|
- name: "Resources and Devices"
|
|
|
|
description: "Specify resources/devices to be allocated to workload"
|
2021-04-13 14:47:37 +00:00
|
|
|
- name: "Advanced"
|
|
|
|
description: "Advanced Configuration"
|
|
|
|
portals:
|
|
|
|
web_portal:
|
|
|
|
protocols:
|
2021-06-10 12:49:42 +00:00
|
|
|
- "$kubernetes-resource_configmap_portal_protocol"
|
2021-04-13 14:47:37 +00:00
|
|
|
host:
|
|
|
|
- "$kubernetes-resource_configmap_portal_host"
|
|
|
|
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:
|
|
|
|
- variable: portal
|
|
|
|
group: "Container Image"
|
|
|
|
label: "Configure Portal Button"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
hidden: true
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
description: "enable the portal button"
|
|
|
|
schema:
|
|
|
|
hidden: true
|
|
|
|
editable: false
|
|
|
|
type: boolean
|
|
|
|
default: true
|
2021-06-10 12:49:42 +00:00
|
|
|
|
2021-06-30 10:56:17 +00:00
|
|
|
- variable: middlewares
|
|
|
|
label: ""
|
|
|
|
group: "Middlewares"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: basicAuth
|
|
|
|
label: "basicAuth"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: basicAuthEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
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:
|
|
|
|
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:
|
|
|
|
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:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- 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:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- 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
|
|
|
|
required: true
|
|
|
|
default: false
|
|
|
|
|
|
|
|
- variable: rateLimit
|
|
|
|
label: "rateLimit"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: rateLimitEntry
|
|
|
|
label: ""
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: average
|
|
|
|
label: "Average"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
default: 300
|
|
|
|
- variable: burst
|
|
|
|
label: "Burst"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
default: 200
|
2021-06-30 10:56:17 +00:00
|
|
|
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: hostNetwork
|
|
|
|
group: "Networking and Services"
|
|
|
|
label: "Enable Host Networking"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: boolean
|
|
|
|
default: false
|
2021-04-13 14:47:37 +00:00
|
|
|
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: ports
|
|
|
|
label: "(Advanced) Traefik Entrypoints"
|
|
|
|
group: "Networking and Services"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: traefik
|
|
|
|
label: "traefik internal"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Internal Port"
|
|
|
|
description: "(advanced) Port inside the container network"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
hidden: true
|
|
|
|
default: 9000
|
|
|
|
- variable: expose
|
|
|
|
label: "Expose to Outside"
|
|
|
|
description: "Port to the outside of all(!) nodes"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
2021-06-10 12:49:42 +00:00
|
|
|
default: true
|
|
|
|
- variable: exposedPort
|
|
|
|
label: "Outside Port"
|
|
|
|
description: "Port on the outside"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
show_if: [["expose", "=", true]]
|
|
|
|
default: 9000
|
|
|
|
- variable: protocol
|
|
|
|
label: "Protocol"
|
|
|
|
description: "TCP or UDP reverse proxying?"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "TCP"
|
|
|
|
- variable: web
|
|
|
|
label: "web"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Internal Port"
|
|
|
|
description: "(advanced) Port inside the container network"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
hidden: true
|
|
|
|
default: 9080
|
|
|
|
- variable: expose
|
|
|
|
label: "Expose to Outside"
|
|
|
|
description: "Port to the outside of all(!) nodes"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: exposedPort
|
|
|
|
label: "Outside Port"
|
|
|
|
description: "Port to the outside of all(!) nodes"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: int
|
|
|
|
show_if: [["expose", "=", true]]
|
|
|
|
required: true
|
|
|
|
default: 9080
|
|
|
|
- variable: protocol
|
|
|
|
label: "Protocol"
|
|
|
|
description: "TCP or UDP reverse proxying?"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "TCP"
|
|
|
|
hidden: true
|
|
|
|
- variable: redirectEnable
|
|
|
|
label: "Enable Redirect"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: redirectTo
|
|
|
|
label: "Target Entrypoint"
|
|
|
|
description: "Select the Target Entrypoint to redirect to"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
2021-06-10 12:49:42 +00:00
|
|
|
default: "websecure"
|
|
|
|
- variable: websecure
|
|
|
|
label: "websecure"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: port
|
|
|
|
label: "Internal Port"
|
|
|
|
description: "(advanced) Port inside the container network"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
hidden: true
|
|
|
|
default: 9443
|
|
|
|
- variable: expose
|
|
|
|
label: "Expose to Outside"
|
|
|
|
description: "Port to the outside of all(!) nodes"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: exposedPort
|
|
|
|
label: "Outside Port"
|
|
|
|
description: "Port to the outside of all(!) nodes"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: int
|
|
|
|
show_if: [["expose", "=", true]]
|
|
|
|
required: true
|
|
|
|
default: 9443
|
|
|
|
- variable: protocol
|
|
|
|
label: "Protocol"
|
|
|
|
description: "TCP or UDP reverse proxying?"
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "TCP"
|
|
|
|
hidden: true
|
2021-06-30 15:19:32 +00:00
|
|
|
- variable: tls
|
|
|
|
label: "tls"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
hidden: true
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "enabled"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
hidden: true
|
2021-06-10 12:49:42 +00:00
|
|
|
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: securityContext
|
2021-06-10 12:49:42 +00:00
|
|
|
group: "Security and Permissions"
|
2021-04-14 20:24:09 +00:00
|
|
|
label: "Security Context"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: privileged
|
|
|
|
label: "Enable privileged mode for Common-Chart based charts"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: runAsNonRoot
|
|
|
|
label: "runAsNonRoot"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: runAsUser
|
|
|
|
label: "runAsUser"
|
|
|
|
description: "The UserID of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-06-10 12:49:42 +00:00
|
|
|
default: 65532
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: runAsGroup
|
|
|
|
label: "runAsGroup"
|
|
|
|
description: The groupID this App of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-06-10 12:49:42 +00:00
|
|
|
default: 65532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- variable: podSecurityContext
|
|
|
|
group: "Security and Permissions"
|
|
|
|
label: "Pod Security Context"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: fsGroup
|
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
2021-06-10 12:49:42 +00:00
|
|
|
default: 65532
|
2021-04-14 20:24:09 +00:00
|
|
|
- variable: fsGroupChangePolicy
|
|
|
|
label: "When should we take ownership?"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "OnRootMismatch"
|
|
|
|
enum:
|
|
|
|
- value: "OnRootMismatch"
|
|
|
|
description: "OnRootMismatch"
|
|
|
|
- value: "Always"
|
|
|
|
description: "Always"
|
2021-06-10 12:49:42 +00:00
|
|
|
|
|
|
|
- variable: resources
|
|
|
|
group: "Resources and Devices"
|
|
|
|
label: ""
|
2021-04-13 14:47:37 +00:00
|
|
|
schema:
|
2021-05-25 14:48:36 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-06-10 12:49:42 +00:00
|
|
|
- variable: limits
|
|
|
|
label: "Advanced Limit Resource Consumption"
|
2021-05-25 14:48:36 +00:00
|
|
|
schema:
|
2021-06-10 12:49:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: cpu
|
|
|
|
label: "CPU"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "2000m"
|
|
|
|
- variable: memory
|
|
|
|
label: "Memory RAM"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "2Gi"
|
|
|
|
- variable: requests
|
|
|
|
label: "Advanced Request minimum resources required"
|
|
|
|
schema:
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: cpu
|
|
|
|
label: "CPU"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "10m"
|
|
|
|
- variable: memory
|
|
|
|
label: "Memory RAM"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "50Mi"
|