2021-10-13 20:46:42 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals:
|
2022-02-24 18:15:06 +00:00
|
|
|
open:
|
2022-11-30 19:28:34 +00:00
|
|
|
protocols:
|
|
|
|
- "$kubernetes-resource_configmap_portal_protocol"
|
|
|
|
host:
|
|
|
|
- "$kubernetes-resource_configmap_portal_host"
|
|
|
|
ports:
|
|
|
|
- "$variable-service.supervisor.ports.supervisor.port"
|
2021-10-13 20:46:42 +00:00
|
|
|
questions:
|
2021-10-20 17:39:05 +00:00
|
|
|
# Include{global}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
2023-04-29 06:44:01 +00:00
|
|
|
- variable: env
|
|
|
|
group: App Configuration
|
|
|
|
label: Image Environment
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: SUPERVISOR_HTTP_USER
|
|
|
|
label: Supervisor HTTP User
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: admin
|
|
|
|
required: true
|
|
|
|
- variable: SUPERVISOR_HTTP_PASS
|
|
|
|
label: Supervisor HTTP Pass
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
private: true
|
|
|
|
default: ""
|
|
|
|
- variable: SERVER_PASS
|
|
|
|
label: Server Pass
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
private: true
|
|
|
|
default: ""
|
|
|
|
min_length: 5
|
|
|
|
- variable: STATUS_HTTP
|
|
|
|
label: Status HTTP
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: SUPERVISOR_HTTP
|
|
|
|
label: Supervisor HTTP
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: SERVER_NAME
|
|
|
|
label: Server Name
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: My Server
|
|
|
|
required: true
|
|
|
|
- variable: WORLD_NAME
|
|
|
|
label: World Name
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: Dedicated
|
|
|
|
required: true
|
|
|
|
- variable: SERVER_PUBLIC
|
|
|
|
label: Server Public
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: UPDATE_INTERVAL
|
|
|
|
label: Update Interval
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 10800
|
|
|
|
required: true
|
|
|
|
- variable: BACKUPS
|
|
|
|
label: Backups
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: BACKUPS_INTERVAL
|
|
|
|
label: Backups Interval
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 43200
|
|
|
|
required: true
|
|
|
|
- variable: BACKUPS_DIRECTORY
|
|
|
|
label: Backups Directory
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: /backups
|
|
|
|
required: true
|
|
|
|
- variable: BACKUPS_MAX_AGE
|
|
|
|
label: Backups Max Age
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 3
|
|
|
|
required: true
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{containerConfig}
|
2023-04-29 06:44:01 +00:00
|
|
|
# Include{podOptions}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceRoot}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: main
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Main Service
|
|
|
|
description: The Primary service on which the healthcheck runs, often the webUI
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +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}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: main
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Main Service Port Configuration
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-14 14:32:48 +00:00
|
|
|
- variable: port
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2021-11-14 14:32:48 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9010
|
|
|
|
required: true
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: supervisor
|
2022-11-30 19:28:34 +00:00
|
|
|
label: supervisor Service
|
|
|
|
description: The supervisor service
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +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}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: supervisor
|
2022-11-30 19:28:34 +00:00
|
|
|
label: supervisor Service Port Configuration
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-14 14:32:48 +00:00
|
|
|
- variable: port
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2021-11-14 14:32:48 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9011
|
|
|
|
required: true
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: valheim
|
2022-11-30 19:28:34 +00:00
|
|
|
label: valheim Service
|
|
|
|
description: The valheim Game service
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +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-02-21 18:41:47 +00:00
|
|
|
- variable: valheim1
|
2022-11-30 19:28:34 +00:00
|
|
|
label: valheim-1 Service Port Configuration
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-14 14:32:48 +00:00
|
|
|
- variable: port
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2021-11-14 14:32:48 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 2456
|
|
|
|
required: true
|
2022-02-21 18:41:47 +00:00
|
|
|
- variable: valheim2
|
2022-11-30 19:28:34 +00:00
|
|
|
label: valheim-2 Service Port Configuration
|
2021-11-14 14:32:48 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-14 14:32:48 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: port
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
2021-11-14 14:32:48 +00:00
|
|
|
default: 2457
|
2021-10-13 20:46:42 +00:00
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceExpertRoot}
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{persistenceRoot}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: config
|
2022-11-30 19:28:34 +00:00
|
|
|
label: App Config Storage
|
|
|
|
description: Stores the Application Configuration.
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-06 20:41:31 +00:00
|
|
|
# Include{persistenceBasic}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: backups
|
2022-11-30 19:28:34 +00:00
|
|
|
label: App backups Storage
|
|
|
|
description: Stores the Application backups.
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-06 20:41:31 +00:00
|
|
|
# Include{persistenceBasic}
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{persistenceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{ingressRoot}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: main
|
2022-11-30 19:28:34 +00:00
|
|
|
label: Main Ingress
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
2023-05-28 10:32:51 +00:00
|
|
|
# Include{ingressAdvanced}
|
2021-10-13 20:46:42 +00:00
|
|
|
- variable: supervisor
|
2022-11-30 19:28:34 +00:00
|
|
|
label: supervisor Ingress
|
2021-10-13 20:46:42 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-13 20:46:42 +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-04-29 06:44:01 +00:00
|
|
|
# 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
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-04-29 06:44:01 +00:00
|
|
|
- variable: fsGroup
|
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
2021-10-13 20:46:42 +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}
|