2021-11-21 20:52:23 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals:
|
2022-02-24 18:15:06 +00:00
|
|
|
open:
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{portalLink}
|
2021-11-21 20:52:23 +00:00
|
|
|
questions:
|
|
|
|
# Include{global}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
2023-05-03 08:30:22 +00:00
|
|
|
|
|
|
|
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
2021-11-21 20:52:23 +00:00
|
|
|
# Include{containerConfig}
|
2023-05-03 08:30:22 +00:00
|
|
|
# Include{podOptions}
|
2021-11-24 11:33:46 +00:00
|
|
|
- variable: config
|
|
|
|
group: "App Configuration"
|
|
|
|
label: "Loki Settings"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 11:33:46 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: ingester
|
|
|
|
label: "Ingester"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 11:33:46 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: chunk_idle_period
|
|
|
|
label: "chunk_idle_period"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "3m"
|
|
|
|
required: true
|
|
|
|
- variable: chunk_block_size
|
|
|
|
label: "chunk_block_size"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 262144
|
|
|
|
required: true
|
|
|
|
- variable: chunk_retain_period
|
|
|
|
label: "chunk_retain_period"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "1m"
|
|
|
|
- variable: max_transfer_retries
|
|
|
|
label: "max_transfer_retries"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
|
|
|
- variable: limits_config
|
|
|
|
label: "Limits Config"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-24 11:33:46 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: enforce_metric_name
|
|
|
|
label: "Enforce Metric Name"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: reject_old_samples
|
|
|
|
label: "Reject Old Samples"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: reject_old_samples_max_age
|
|
|
|
label: "Reject Old Samples - Max Age"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "168h"
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceRoot}
|
2021-11-21 20:52:23 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Service"
|
|
|
|
description: "The Primary service on which the healthcheck runs, often the webUI"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-21 20:52:23 +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-11-21 20:52:23 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Service Port Configuration"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-21 20:52:23 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-12-27 22:58:37 +00:00
|
|
|
- variable: port
|
|
|
|
label: "Port"
|
|
|
|
description: "This port exposes the container port on the service"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 3100
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceExpertRoot}
|
2021-11-21 20:52:23 +00:00
|
|
|
default: false
|
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{vctRoot}
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-21 20:52:23 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: data
|
|
|
|
label: "App data Storage"
|
|
|
|
description: "Stores the Application Data."
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-21 20:52:23 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
# Include{persistenceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{ingressRoot}
|
2021-11-21 20:52:23 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Ingress"
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-21 20:52:23 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
|
|
|
# Include{ingressTLS}
|
|
|
|
# Include{ingressTraefik}
|
2022-11-11 18:09:57 +00:00
|
|
|
# Include{ingressList}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextRoot}
|
|
|
|
|
|
|
|
- variable: runAsUser
|
|
|
|
label: "runAsUser"
|
|
|
|
description: "The UserID of the user running the application"
|
2021-11-21 20:52:23 +00:00
|
|
|
schema:
|
2023-03-01 08:30:36 +00:00
|
|
|
type: int
|
|
|
|
default: 568
|
2023-05-03 08:30:22 +00:00
|
|
|
- variable: runAsGroup
|
|
|
|
label: "runAsGroup"
|
|
|
|
description: "The groupID of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-04-30 09:08:59 +00:00
|
|
|
- variable: fsGroup
|
2023-03-01 08:30:36 +00:00
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
|
|
|
|
2021-11-21 20:52:23 +00:00
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{netshoot}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|