TrueChartsClone/charts/stable/libremdb/questions.yaml

134 lines
5.7 KiB
YAML

# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: NEXT_PUBLIC_URL
label: Next Public URL
description: Used for meta tags, no trailing slash.
schema:
type: string
required: true
default: ""
- variable: NEXT_TELEMETRY_DISABLED
label: Next Telemetry Disabled
schema:
type: string
default: "1"
enum:
- value: "0"
description: "False"
- value: "1"
description: "True"
- variable: axios
label: Show AXIOS Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: AXIOS_USERAGENT
label: Axios User Agent
description: Default user agent for requesting data from IMDB.
schema:
type: string
default: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
- variable: AXIOS_ACCEPT
label: Axios Accept
description: Default Accept Header.
schema:
type: string
default: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
- variable: AXIOS_LANGUAGE
label: Axios Language
description: Forcing a certain language for data we get from IMDB.
schema:
type: string
default: "en-US,en;q=0.5"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 10593
required: true
# Include{externalInterfaces}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}