TrueChartsClone/charts/stable/flowise/questions.yaml

181 lines
7.9 KiB
YAML

# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: FLOWISE_USERNAME
label: Username
description: Optionally set Username to login.
schema:
type: string
default: ""
- variable: FLOWISE_PASSWORD
label: Password
description: Optionally set Password to login.
schema:
type: string
private: true
default: ""
- variable: FLOWISE_FILE_SIZE_LIMIT
label: File Size Limit
schema:
type: string
default: "50mb"
- variable: CORS_ORIGINS
label: Cors Origins
schema:
type: string
default: "*"
- variable: EXECUTION_MODE
label: Execution Mode
description: Whether predictions run in their own process or the main process.
schema:
type: string
default: main
enum:
- value: main
description: Main
- value: child
description: Child
- variable: DEBUG
label: Debug
description: Print logs onto terminal/console.
schema:
type: boolean
default: true
- variable: LOG_LEVEL
label: Log Level
description: Different log levels for loggers to be saved.
schema:
type: string
default: debug
enum:
- value: error
description: Error
- value: warn
description: Warn
- value: info
description: Info
- value: verbose
description: Verbose
- value: debug
description: Debug
- variable: LANGCHAIN_TRACING_V2
label: Enable LangChain Tracing V2
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: LANGCHAIN_ENDPOINT
label: LangChain Endpoint
schema:
type: string
default: ""
- variable: LANGCHAIN_API_KEY
label: LangChain API Key
schema:
type: string
private: true
default: ""
- variable: LANGCHAIN_PROJECT
label: LangChain Project
schema:
type: string
default: ""
# 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: 3000
required: true
# Include{externalInterfaces}
# Include{serviceList}
# Include{persistenceRoot}
- variable: api
label: "App API Storage"
description: "Stores the Application API."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: logs
label: "App Logs Storage"
description: "Stores the Application Logs."
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: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# 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{postgresql}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}