2022-01-13 17:24:00 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals:
|
2022-02-24 18:15:06 +00:00
|
|
|
open:
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{portalLink}
|
2022-01-13 17:24:00 +00:00
|
|
|
questions:
|
|
|
|
# Include{global}
|
2024-04-29 10:28:39 +00:00
|
|
|
# Include{credentials}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
2023-10-15 11:51:32 +00:00
|
|
|
- variable: imageSelector
|
|
|
|
label: Select Image
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: image
|
|
|
|
enum:
|
|
|
|
- value: image
|
|
|
|
description: Base Image
|
|
|
|
- value: tensorrtImage
|
|
|
|
description: Image with TensorRT libraries for nvidia cards
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
2022-01-13 17:24:00 +00:00
|
|
|
# Include{containerConfig}
|
2023-06-01 20:49:06 +00:00
|
|
|
# Include{podOptions}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceRoot}
|
2023-06-01 20:49:06 +00:00
|
|
|
# Include{serviceMain}
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
2022-01-13 17:24:00 +00:00
|
|
|
- variable: main
|
2023-06-10 23:58:28 +00:00
|
|
|
label: Main Service Port Configuration
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: port
|
2023-06-10 23:58:28 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
2022-11-13 23:19:55 +00:00
|
|
|
default: 10500
|
2022-01-13 17:24:00 +00:00
|
|
|
required: true
|
|
|
|
- variable: rtmp
|
2023-06-10 23:58:28 +00:00
|
|
|
label: RTMP Service
|
|
|
|
description: The service on which nodes connect to.
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
2022-01-13 17:24:00 +00:00
|
|
|
- variable: rtmp
|
2023-06-10 23:58:28 +00:00
|
|
|
label: RTMP Service Port Configuration
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: port
|
2023-06-10 23:58:28 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 1935
|
2023-06-16 09:26:26 +00:00
|
|
|
required: true
|
|
|
|
- variable: rtsp
|
|
|
|
label: RTSP Service
|
|
|
|
description: The service on which nodes connect to.
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{serviceSelectorLoadBalancer}
|
|
|
|
# Include{serviceSelectorExtras}
|
|
|
|
- variable: rtsp
|
|
|
|
label: RTSP 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: 8554
|
|
|
|
required: true
|
|
|
|
- variable: webrtc
|
|
|
|
label: WebRTC Service
|
|
|
|
description: The service on which nodes connect to.
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{serviceSelectorLoadBalancer}
|
|
|
|
# Include{serviceSelectorExtras}
|
|
|
|
- variable: webrtc-tcp
|
|
|
|
label: WebRTC (TCP) 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: 8555
|
|
|
|
required: true
|
|
|
|
- variable: webrtc-udp
|
|
|
|
label: WebRTC (UDP) 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: 8555
|
2022-01-13 17:24:00 +00:00
|
|
|
required: true
|
2024-04-22 12:11:52 +00:00
|
|
|
# Include{externalInterfaces}
|
|
|
|
|
2022-01-13 17:24:00 +00:00
|
|
|
# Include{serviceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{persistenceRoot}
|
2022-11-13 23:19:55 +00:00
|
|
|
- variable: media
|
2023-06-10 23:58:28 +00:00
|
|
|
label: App Media
|
|
|
|
description: Stores the Application Media and DB
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
2023-06-10 23:58:28 +00:00
|
|
|
- variable: config
|
|
|
|
label: App Config
|
|
|
|
description: Stores the Application Configuration
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
# Include{persistenceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{ingressRoot}
|
2022-01-13 17:24:00 +00:00
|
|
|
- variable: main
|
2023-06-10 23:58:28 +00:00
|
|
|
label: Main Ingress
|
2022-01-13 17:24:00 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2022-01-13 17:24:00 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
2023-05-28 10:32:51 +00:00
|
|
|
# Include{ingressAdvanced}
|
2022-11-11 18:09:57 +00:00
|
|
|
# Include{ingressList}
|
2023-06-01 20:49:06 +00:00
|
|
|
# Include{securityContextRoot}
|
|
|
|
- variable: runAsUser
|
2023-06-10 23:58:28 +00:00
|
|
|
label: runAsUser
|
|
|
|
description: The UserID of the user running the application
|
2023-06-01 20:49:06 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
|
|
|
- variable: runAsGroup
|
2023-06-10 23:58:28 +00:00
|
|
|
label: runAsGroup
|
|
|
|
description: The groupID this App of the user running the application
|
2023-06-01 20:49:06 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-06-01 20:49:06 +00:00
|
|
|
- variable: fsGroup
|
2023-06-10 23:58:28 +00:00
|
|
|
label: fsGroup
|
|
|
|
description: The group that should own ALL storage.
|
2023-06-01 20:49:06 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
2022-01-13 17:24:00 +00:00
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{netshoot}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|