TrueChartsClone/charts/stable/retrobot/questions.yaml

105 lines
2.7 KiB
YAML
Raw Normal View History

# Include{groups}
portals: {}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: secretEnv
group: "App Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: DISCORD_TOKEN
label: Discord Token
description: Sets discord token
schema:
type: string
default: ""
private: true
required: true
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: MAX_WORKERS
label: Max Workers
description: -1 means Retrobot will create a worker thread for each CPU core on the host system.
schema:
type: int
default: -1
required: true
- variable: MAX_WORKERS_PER_GAME
label: Max Workers Per Game
description: Input assist worker threads to emulate the result of a button press for a game.
schema:
type: int
default: 3
required: true
- variable: RECORDING_FRAMERATE
label: Recording Framerate
description: Framerate to encode GIFs
schema:
type: int
default: 30
min: 1
max: 60
required: true
# Include{containerConfig}
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
label: App Data Storage
description: Stores the Application Data
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
2023-03-01 03:30:36 -05:00
# 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
2023-03-01 03:30:36 -05:00
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
2023-03-01 03:30:36 -05:00
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
2023-03-01 03:30:36 -05:00
# Include{netshoot}
# Include{vpn}
# Include{documentation}