2023-07-26 10:28:49 +00:00
|
|
|
# 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: ""
|
2024-03-05 00:42:18 +00:00
|
|
|
- variable: FLOWISE_FILE_SIZE_LIMIT
|
|
|
|
label: File Size Limit
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "50mb"
|
|
|
|
- variable: CORS_ORIGINS
|
|
|
|
label: Cors Origins
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "*"
|
2023-07-26 10:28:49 +00:00
|
|
|
- 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
|
2024-03-05 00:42:18 +00:00
|
|
|
- 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: ""
|
|
|
|
|
2023-07-26 10:28:49 +00:00
|
|
|
# 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
|
2024-04-22 12:11:52 +00:00
|
|
|
# Include{externalInterfaces}
|
|
|
|
|
2023-07-26 10:28:49 +00:00
|
|
|
# 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}
|
2023-12-21 13:20:12 +00:00
|
|
|
# Include{postgresql}
|
2023-07-26 10:28:49 +00:00
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
|
|
|
# Include{codeserver}
|
|
|
|
# Include{netshoot}
|
|
|
|
# Include{vpn}
|
|
|
|
# Include{documentation}
|