2023-05-28 09:15:42 +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: APP_NAME
|
|
|
|
label: App Name
|
|
|
|
description: Web Name
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "Servas"
|
|
|
|
- variable: APP_URL
|
|
|
|
label: App Url
|
2023-08-29 17:08:45 +00:00
|
|
|
description: "Configure it either as http://ip:port or as https://mydomain.tld."
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
2023-08-29 17:08:45 +00:00
|
|
|
- variable: APP_DEBUG
|
|
|
|
label: App Debug
|
|
|
|
description: App Debug
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
2023-05-28 09:15:42 +00:00
|
|
|
- variable: SERVAS_ENABLE_REGISTRATION
|
|
|
|
label: Servas Enable Registration
|
|
|
|
schema:
|
2023-08-29 17:08:45 +00:00
|
|
|
type: boolean
|
|
|
|
default: true
|
2023-05-28 09:15:42 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
|
|
|
# Include{containerConfig}
|
|
|
|
# Include{podOptions}
|
|
|
|
# Include{serviceRoot}
|
|
|
|
# Include{serviceMain}
|
|
|
|
# Include{serviceSelectorLoadBalancer}
|
|
|
|
# Include{serviceSelectorExtras}
|
|
|
|
- variable: main
|
2023-08-29 17:08:45 +00:00
|
|
|
label: Main Service Port Configuration
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: port
|
2023-08-29 17:08:45 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 11080
|
|
|
|
required: true
|
|
|
|
# Include{serviceExpertRoot}
|
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
|
|
|
# Include{persistenceList}
|
|
|
|
# Include{ingressRoot}
|
|
|
|
- variable: main
|
2023-08-29 17:08:45 +00:00
|
|
|
label: Main Ingress
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
2023-05-28 10:32:51 +00:00
|
|
|
# Include{ingressAdvanced}
|
2023-05-28 09:15:42 +00:00
|
|
|
# Include{ingressList}
|
|
|
|
# Include{securityContextRoot}
|
|
|
|
- variable: runAsUser
|
2023-08-29 17:08:45 +00:00
|
|
|
label: runAsUser
|
|
|
|
description: The UserID of the user running the application
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
|
|
|
- variable: runAsGroup
|
2023-08-29 17:08:45 +00:00
|
|
|
label: runAsGroup
|
|
|
|
description: The groupID this App of the user running the application
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
|
|
|
- variable: fsGroup
|
2023-08-29 17:08:45 +00:00
|
|
|
label: fsGroup
|
|
|
|
description: The group that should own ALL storage.
|
2023-05-28 09:15:42 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
|
|
|
# Include{codeserver}
|
|
|
|
# Include{netshoot}
|
|
|
|
# Include{vpn}
|
|
|
|
# Include{documentation}
|