2021-11-22 19:17:19 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals:
|
2022-02-24 18:15:06 +00:00
|
|
|
open:
|
2021-11-22 19:17:19 +00:00
|
|
|
protocols:
|
|
|
|
- "$kubernetes-resource_configmap_portal_protocol"
|
|
|
|
host:
|
|
|
|
- "$kubernetes-resource_configmap_portal_host"
|
|
|
|
ports:
|
|
|
|
- "$kubernetes-resource_configmap_portal_port"
|
|
|
|
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-11-24 22:10:02 +00:00
|
|
|
- variable: operator
|
|
|
|
group: "App Configuration"
|
|
|
|
label: "Operator Settings"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 22:10:02 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: logLevel
|
|
|
|
label: "Log Level"
|
|
|
|
description: "Log level for Operator"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "info"
|
|
|
|
|
|
|
|
|
|
|
|
- variable: prometheus
|
|
|
|
group: "App Configuration"
|
|
|
|
label: "Prometheus Settings"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 22:10:02 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: logLevel
|
|
|
|
label: "Log Level"
|
|
|
|
description: "Log level for Prometheus"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "info"
|
|
|
|
- variable: retention
|
|
|
|
label: "Retention"
|
|
|
|
description: "Metrics retention days"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "31d"
|
|
|
|
- variable: retentionSize
|
|
|
|
label: "Max Retention Size"
|
|
|
|
description: "Maximum size of metrics"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: disableCompaction
|
|
|
|
label: "Disable Compaction"
|
|
|
|
description: "Disable the compaction of the Prometheus TSDB"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: walCompression
|
|
|
|
label: "WAL Compression"
|
|
|
|
description: "Enable compression of the write-ahead log using Snappy"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
|
|
|
|
|
|
|
|
- variable: alertmanager
|
|
|
|
group: "App Configuration"
|
|
|
|
label: "Alertmanager Settings"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 22:10:02 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: logLevel
|
|
|
|
label: "Log Level"
|
|
|
|
description: "Log level for Alertmanager"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "info"
|
|
|
|
- variable: retention
|
|
|
|
label: "Retention"
|
|
|
|
description: "Metrics retention days"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "240h"
|
|
|
|
|
2021-11-22 21:16:34 +00:00
|
|
|
|
2021-11-22 19:33:27 +00:00
|
|
|
- variable: service
|
|
|
|
group: "Networking and Services"
|
|
|
|
label: "Configure Service(s)"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:33:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: main
|
|
|
|
label: "Main Service"
|
|
|
|
description: "The serving the Prometheus WebUI"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:33:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{serviceSelector}
|
|
|
|
- variable: main
|
|
|
|
label: "Main Service Port Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:33:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-22 21:16:34 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Port"
|
|
|
|
description: "This port exposes the container port on the service"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 10086
|
|
|
|
required: true
|
2021-11-22 19:33:27 +00:00
|
|
|
- variable: advanced
|
|
|
|
label: "Show Advanced settings"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable the port"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: protocol
|
|
|
|
label: "Port Type"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "HTTP"
|
|
|
|
enum:
|
|
|
|
- value: HTTP
|
|
|
|
description: "HTTP"
|
|
|
|
- value: "HTTPS"
|
|
|
|
description: "HTTPS"
|
|
|
|
- value: TCP
|
|
|
|
description: "TCP"
|
|
|
|
- value: "UDP"
|
|
|
|
description: "UDP"
|
|
|
|
- variable: nodePort
|
|
|
|
label: "Node Port (Optional)"
|
|
|
|
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
min: 9000
|
|
|
|
max: 65535
|
|
|
|
- variable: targetPort
|
|
|
|
label: "Target Port"
|
|
|
|
description: "The internal(!) port on the container the Application runs on"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9090
|
2021-11-22 21:16:34 +00:00
|
|
|
|
2021-11-22 19:33:27 +00:00
|
|
|
- variable: alertmanager
|
2021-11-22 21:16:34 +00:00
|
|
|
label: "alertmanager Service"
|
2021-11-22 19:33:27 +00:00
|
|
|
description: "alertmanager service "
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:33:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{serviceSelector}
|
|
|
|
- variable: alertmanager
|
|
|
|
label: "alertmanager Service Port Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:33:27 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-22 21:16:34 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Port"
|
|
|
|
description: "This port exposes the container port on the service"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 10087
|
|
|
|
required: true
|
2021-11-22 19:33:27 +00:00
|
|
|
- variable: advanced
|
|
|
|
label: "Show Advanced settings"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: enabled
|
|
|
|
label: "Enable the port"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: protocol
|
|
|
|
label: "Port Type"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "HTTP"
|
|
|
|
enum:
|
|
|
|
- value: HTTP
|
|
|
|
description: "HTTP"
|
|
|
|
- value: "HTTPS"
|
|
|
|
description: "HTTPS"
|
|
|
|
- value: TCP
|
|
|
|
description: "TCP"
|
|
|
|
- value: "UDP"
|
|
|
|
description: "UDP"
|
|
|
|
- variable: nodePort
|
|
|
|
label: "Node Port (Optional)"
|
|
|
|
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
min: 9000
|
|
|
|
max: 65535
|
|
|
|
- variable: targetPort
|
|
|
|
label: "Target Port"
|
|
|
|
description: "The internal(!) port on the container the Application runs on"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9093
|
2021-11-22 21:16:34 +00:00
|
|
|
|
|
|
|
- variable: serviceexpert
|
|
|
|
group: "Networking and Services"
|
|
|
|
label: "Show Expert Config"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: hostNetwork
|
|
|
|
group: "Networking and Services"
|
|
|
|
label: "Host-Networking (Complicated)"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2021-11-22 19:17:19 +00:00
|
|
|
# Include{serviceExpert}
|
|
|
|
|
|
|
|
# Include{serviceList}
|
|
|
|
|
|
|
|
# Include{persistenceList}
|
|
|
|
|
|
|
|
- variable: ingress
|
|
|
|
label: ""
|
|
|
|
group: "Ingress"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:17:19 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: main
|
|
|
|
label: "Main Ingress"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-22 19:17:19 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
|
|
|
|
|
|
|
# Include{ingressTLS}
|
|
|
|
|
|
|
|
# Include{ingressTraefik}
|
|
|
|
|
|
|
|
# Include{ingressExpert}
|
|
|
|
|
|
|
|
# Include{ingressList}
|
|
|
|
|
|
|
|
# Include{advanced}
|