TrueChartsClone/charts/incubator/muse/questions.yaml

172 lines
5.3 KiB
YAML

# Include{groups}
portals: {}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: DISCORD_TOKEN
label: Discord Token
schema:
type: string
required: true
default: ""
- variable: YOUTUBE_API_KEY
label: Youtube API Key
description: Google's Developer Console credentials API key.
schema:
type: string
required: true
default: ""
- variable: SPOTIFY_CLIENT_ID
label: Spotify Client Id
schema:
type: string
required: true
default: ""
- variable: SPOTIFY_CLIENT_SECRET
label: Spotify Client Secret
schema:
type: string
required: true
default: ""
- variable: advanced
label: Show Advanced Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: CACHE_LIMIT
label: Cache Limit
schema:
type: string
required: true
default: 2GB
- variable: BOT_STATUS
label: Bot Status
schema:
type: string
default: online
enum:
- value: online
description: Online
- value: idle
description: Away
- value: dnd
description: Do not Disturb
- variable: BOT_ACTIVITY_TYPE
label: Bot Activity Type
schema:
type: string
default: PLAYING
enum:
- value: PLAYING
description: Playing
- value: LISTENING
description: Listening
- value: WATCHING
description: Watching
- value: STREAMING
description: Streaming
- variable: BOT_ACTIVITY
label: Bot Activity
schema:
type: string
default: ""
- variable: BOT_ACTIVITY_URL
label: Bot Activity URL
description: requires either a youtube or twitch stream to be set.
schema:
type: string
default: ""
show_if: [[BOT_ACTIVITY_TYPE, "=", "STREAMING"]]
- variable: REGISTER_COMMANDS_ON_BOT
label: Register Commands On Bot
description: Enable Bot-wide commands if your muse instance is running on 10+ guilds.
schema:
type: boolean
default: false
# Include{containerConfig}
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# 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{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}