TrueChartsClone/charts/stable/doplarr/questions.yaml

183 lines
5.5 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: OVERSEERR__API
label: "OVERSEERR__API"
schema:
type: string
private: true
default: ""
- variable: OVERSEERR__DEFAULT_ID
label: "OVERSEERR__DEFAULT_ID"
description: "The Overseerr user id to use by default if there is no associated discord account for the requester"
schema:
type: string
private: true
default: ""
- variable: SONARR__API
label: "SONARR__API"
schema:
type: string
private: true
default: ""
- variable: RADARR__API
2022-03-26 01:20:40 +00:00
label: "RADARR__API"
schema:
type: string
private: true
default: ""
- variable: DISCORD__TOKEN
2022-03-26 01:20:40 +00:00
label: "DISCORD__TOKEN"
schema:
type: string
private: true
2022-03-26 01:20:40 +00:00
required: true
default: ""
- variable: DISCORD__ROLE_ID
label: "DISCORD__ROLE_ID"
description: "The discord role id for users of the bot (omitting this lets everyone on the server use the bot)"
schema:
type: string
private: true
default: ""
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: OVERSEERR__URL
label: "OVERSEERR__URL"
schema:
type: string
default: ""
- variable: SONARR__URL
label: "SONARR__URL"
schema:
type: string
default: ""
- variable: SONARR__QUALITY_PROFILE
label: "SONARR__QUALITY_PROFILE"
description: "The name of the quality profile to use by default for Sonarr"
schema:
type: string
default: ""
- variable: SONARR__LANGUAGE_PROFILE
label: "SONARR__LANGUAGE_PROFILE"
description: "The name of the language profile to use by default for Sonarr"
schema:
type: string
default: ""
- variable: RADARR__URL
label: "RADARR__URL"
schema:
type: string
default: ""
- variable: RADARR__QUALITY_PROFILE
label: "RADARR__QUALITY_PROFILE"
description: "The name of the quality profile to use by default for Radarr"
schema:
type: string
default: ""
- variable: DISCORD__MAX_RESULTS
label: "DISCORD__MAX_RESULTS"
description: "Sets the maximum size of the search results selection"
schema:
type: int
default: 25
- variable: DISCORD__REQUESTED_MSG_STYLE
label: "DISCORD__REQUESTED_MSG_STYLE"
description: "Sets the style of the request alert message."
schema:
type: string
default: ":plain"
enum:
- value: ":plain"
description: ":plain"
- value: ":embed"
description: ":embed"
- value: ":none"
description: ":none"
- variable: PARTIAL_SEASONS
label: "PARTIAL_SEASONS"
description: "Sets whether users can request partial seasons."
schema:
type: boolean
default: true
- variable: LOG_LEVEL
label: "LOG_LEVEL"
description: "The log level for the logging backend. This can be changed for debugging purposes."
schema:
type: string
default: ":info"
enum:
- value: ":trace"
description: ":trace"
- value: ":debug"
description: ":debug"
- value: ":info"
description: ":info"
- value: ":warn"
description: ":warn"
- value: ":error"
description: ":error"
- value: ":fatal"
description: ":fatal"
- value: ":repor"
description: ":repor"
# Include{containerConfig}
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 21:25:02 +00:00
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
2023-03-01 08:30:36 +00:00
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
2023-03-01 08:30:36 +00:00
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 08:30:36 +00:00
# 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}
2023-03-01 08:30:36 +00:00
# Include{netshoot}
# Include{vpn}
# Include{documentation}