202 lines
5.9 KiB
YAML
202 lines
5.9 KiB
YAML
# Include{groups}
|
|
portals:
|
|
open:
|
|
# Include{portalLink}
|
|
questions:
|
|
# Include{global}
|
|
# Include{workload}
|
|
# Include{workloadDeployment}
|
|
# Include{replicas1}
|
|
# Include{podSpec}
|
|
# Include{containerMain}
|
|
# Include{containerBasic}
|
|
# Include{containerAdvanced}
|
|
# Include{containerConfig}
|
|
# Include{podOptions}
|
|
- variable: reactiveresume
|
|
group: App Configuration
|
|
label: Reactive Resume
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: app
|
|
label: App Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: public_url
|
|
label: Public Url
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: google
|
|
label: Google Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: client_id
|
|
label: Client ID
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: client_secret
|
|
label: Client Secret
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: api_key
|
|
label: API Key
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: mail
|
|
label: mail Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: from_name
|
|
label: From Name
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: from_email
|
|
label: From Email
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: host
|
|
label: Host
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: port
|
|
label: Port
|
|
schema:
|
|
type: int
|
|
default: 587
|
|
- variable: user
|
|
label: User
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: password
|
|
label: Password
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: storage
|
|
label: Storage Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: bucket
|
|
label: Bucket
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: region
|
|
label: Region
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: endpoint
|
|
label: Endpoint
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: url_prefix
|
|
label: URL Prefix
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: access_key
|
|
label: Access Key
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: secret_key
|
|
label: Secret Key
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: pdf_deletion_time
|
|
label: PDF Deletion Time (milliseconds)
|
|
schema:
|
|
type: int
|
|
required: true
|
|
default: 345600000
|
|
min: 1
|
|
# 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{serviceExpertRoot}
|
|
# Include{serviceExpert}
|
|
# Include{serviceList}
|
|
# 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}
|