# Include{groups} portals: {} questions: # Include{global} # Include{workload} # Include{workloadDeployment} # Include{replicas1} # Include{podSpec} # Include{containerMain} # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig} # Include{podOptions} - variable: cs2 group: App Configuration label: CS2 schema: additional_attrs: true type: dict attrs: - variable: game label: Game Configuration schema: additional_attrs: true type: dict attrs: - variable: id label: Game Id description: The ID of the container to download at start up. schema: type: int required: true default: 730 - variable: user label: Steam User description: Leave blank for anonymous login. schema: type: string default: "" - variable: password label: Steam Password description: Leave blank for anonymous login. schema: type: string private: true default: "" - variable: validate label: Validate description: Validates the game data. schema: type: boolean default: true - variable: params label: Game Params schema: type: list default: - -dedicated - -dev - +map - de_inferno - +game_type 0 - +game_mode 1 - -usercon items: - variable: param label: Param schema: type: string required: true default: "" # 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: 27015 required: true # Include{externalInterfaces} # Include{serviceList} # Include{persistenceRoot} - variable: steamcmd label: App SteamCMD Storage description: Stores the Application SteamCMD. schema: additional_attrs: true type: dict attrs: # Include{persistenceBasic} - variable: serverfiles label: App ServerFiles Storage description: Stores the Application ServerFiles. schema: additional_attrs: true type: dict attrs: # Include{persistenceBasic} # Include{persistenceList} # 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{advanced} # Include{addons} # Include{codeserver} # Include{netshoot} # Include{vpn} # Include{documentation}