2022-02-04 21:57:41 +00:00
# Include{groups}
2022-10-22 22:09:48 +00:00
portals : {}
2022-02-04 21:57:41 +00:00
questions :
# Include{global}
- variable : imageSelector
2022-10-22 22:09:48 +00:00
group : Container Image
label : Select Image
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : image
2022-02-04 21:57:41 +00:00
enum :
2022-10-22 22:09:48 +00:00
- value : image
description : Java 17 HotSpot
2023-02-03 23:39:18 +00:00
- value : j19Image
description : Java 19 HotSpot
- value : j17j9Image
description : Java 17 OpenJ9
- value : j17jdkImage
description : Java 17 JDK
- value : j17gceImage
description : Java 17 GraalVM CE
- value : j17alpineImage
description : Java 17 Hotspot(Alpine)
- value : j11jdkImage
description : Java 11 JDK
2022-10-22 22:09:48 +00:00
- value : j11Image
description : Java 11 HotSpot
- value : j11j9Image
description : Java 11 OpenJ9
- value : j8Image
description : Java 8 HotSpot
2023-02-03 23:39:18 +00:00
- value : j8gceImage
description : Java 8 GraalVM CE
- value : j8jdkImage
description : Java 8 JDK
2022-10-22 22:09:48 +00:00
- value : j8j9Image
description : Java 8 OpenJ9
2022-08-08 21:25:02 +00:00
# Include{controller}
# Include{replicas}
# Include{replica1}
2022-08-12 08:40:46 +00:00
# Include{controllerExpertExtraArgs}
2022-06-07 17:41:19 +00:00
- variable : secretEnv
2022-11-10 16:56:28 +00:00
group : App Configuration
2022-10-22 22:09:48 +00:00
label : Image Secrets
2022-03-26 23:59:29 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : RCON_PASSWORD
2022-10-22 22:09:48 +00:00
label : RCON_PASSWORD
description : This will only have effect in the first installation or always if OVERRIDE_SERVER_PROPERTIES is enabled
2022-03-26 23:59:29 +00:00
schema :
type : string
private : true
default : ""
2022-02-04 21:57:41 +00:00
- variable : env
2022-11-10 16:56:28 +00:00
group : App Configuration
2022-10-22 22:09:48 +00:00
label : Image Environment
2022-02-04 21:57:41 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : EULA
2023-02-03 23:39:18 +00:00
label : Minecraft Eula
2022-02-04 21:57:41 +00:00
schema :
type : boolean
required : true
default : false
2022-03-26 23:59:29 +00:00
- variable : OVERRIDE_SERVER_PROPERTIES
2022-10-22 22:09:48 +00:00
label : Override Server Properties
2023-02-03 23:39:18 +00:00
description : Enable this to automatically manage the server.properties in the GUI.
2022-03-26 23:59:29 +00:00
schema :
type : boolean
default : false
2022-02-04 21:57:41 +00:00
- variable : VERSION
2023-02-03 23:39:18 +00:00
label : Minecraft Version
description : Set the Minecraft Version - LATEST, SNAPSHOT, or specific version.
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : LATEST
2022-02-04 21:57:41 +00:00
- variable : TYPE
2022-10-22 22:09:48 +00:00
label : Server Type
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : VANILLA
2022-02-04 21:57:41 +00:00
enum :
2022-10-22 22:09:48 +00:00
- value : VANILLA
description : Vanilla
- value : FORGE
description : Forge
- value : FABRIC
description : Fabric
- value : SPIGOT
description : Spigot
- value : BUKKIT
description : Bukkit
- value : PAPER
description : Paper
- value : AIRPLANE
description : Airplane
- value : PURPUR
description : Purpur
- value : MAGMA
description : Magma
- value : MOHIST
description : Mohist
- value : CATSERVER
description : Catserver
- value : CANYON
description : Canyon
- value : SPONGEVANILLA
description : Sponge Vanilla
- value : LIMBO
description : Limbo
- value : CRUCIBLE
description : Crucible
- value : FTBA
description : FTBA
- value : CURSEFORGE
description : Curseforge
- value : QUILT
description : Quilt
- value : PUFFERFISH
description : Pufferfish
- value : CUSTOM
description : Custom
- variable : CUSTOM_SERVER
label : Custom Server
description : URL or a container path to an existing JAR file, will ONLY download once.
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "CUSTOM"]]
- variable : QUILT_LOADER_VERSION
label : Quilt loader version
schema :
type : string
default : "0.16.0"
show_if : [ [ TYPE, "=", "QUILT"]]
- variable : QUILT_INSTALLER_VERSION
label : Quilt installer version
schema :
type : string
default : "0.4.1"
show_if : [ [ TYPE, "=", "QUILT"]]
- variable : QUILT_LAUNCHER
label : Quilt launcher
description : Path to a custom launcher jar available to the container relative to /data.
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "QUILT"]]
- variable : QUILT_LAUNCHER_URL
label : Quilt launcher url
description : URL to a custom launcher jar
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "QUILT"]]
- variable : PUFFERFISH_BUILD
label : Pufferfish build
description : "To set the actual SERVER VERSION number set the value as 'build xx' for example xx is 50. set the 'Version' variable as a single branch instead like 'latest' or '1.18' or '1.17'"
schema :
type : string
default : lastSuccessfulBuild
show_if : [ [ TYPE, "=", "PUFFERFISH"]]
2022-02-04 21:57:41 +00:00
- variable : FORGEVERSION
2022-10-22 22:09:48 +00:00
label : Forge Version
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FORGE"]]
- variable : FORGE_INSTALLER
2022-10-22 22:09:48 +00:00
label : Forge Installer
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FORGE"]]
- variable : FORGE_INSTALLER_URL
2022-10-22 22:09:48 +00:00
label : Forge Installer URL
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FORGE"]]
- variable : FABRIC_LOADER_VERSION
2022-10-22 22:09:48 +00:00
label : Fabric Loader Version
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FABRIC"]]
- variable : FABRIC_INSTALLER
2022-10-22 22:09:48 +00:00
label : Fabric Installer
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FABRIC"]]
- variable : FABRIC_INSTALLER_URL
2022-10-22 22:09:48 +00:00
label : Fabric Installer URL
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FABRIC"]]
- variable : SPIGOT_DOWNLOAD_URL
2022-10-22 22:09:48 +00:00
label : Spigot Download URL
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "SPIGOT"]]
- variable : BUILD_FROM_SOURCE
2022-10-22 22:09:48 +00:00
label : Build Spigot from Source?
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
show_if : [ [ TYPE, "=", "SPIGOT"]]
- variable : BUKKIT_DOWNLOAD_URL
2022-10-22 22:09:48 +00:00
label : Bukkit Download URL
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "BUKKIT"]]
- variable : PAPERBUILD
2022-10-22 22:09:48 +00:00
label : Paper Build Number
2022-02-04 21:57:41 +00:00
schema :
2022-06-07 17:41:19 +00:00
type : string
default : ""
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "PAPER"]]
- variable : PAPER_DOWNLOAD_URL
2022-10-22 22:09:48 +00:00
label : Paper Download URL
2022-02-04 21:57:41 +00:00
schema :
2022-02-27 14:41:29 +00:00
type : string
default : ""
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "PAPER"]]
- variable : PACKWIZ_URL
2022-10-22 22:09:48 +00:00
label : Packwiz URL
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "PAPER"]]
- variable : AIRPLANE_BUILD
2022-10-22 22:09:48 +00:00
label : Airplane Build
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : lastSuccessfulBuild
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "AIRPLANE"]]
- variable : MAGMA_CHANNEL
2022-10-22 22:09:48 +00:00
label : Magma Channel
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : stable
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "MAGMA"]]
- variable : MOHIST_BUILD
2022-10-22 22:09:48 +00:00
label : Mohist Build
2022-02-04 21:57:41 +00:00
schema :
2022-06-07 17:41:19 +00:00
type : string
default : ""
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "MOHIST"]]
- variable : CANYON_BUILD
2022-10-22 22:09:48 +00:00
label : Canyon Build
2022-02-04 21:57:41 +00:00
schema :
2022-06-07 17:41:19 +00:00
type : string
default : ""
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "CANYON"]]
- variable : SPONGEBRANCH
2022-10-22 22:09:48 +00:00
label : Sponge Branch
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : STABLE
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "SPONGEVANILLA"]]
- variable : SPONGEVERSION
2022-10-22 22:09:48 +00:00
label : Sponge Version
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "SPONGEVANILLA"]]
- variable : LIMBO_BUILD
2022-10-22 22:09:48 +00:00
label : Limbo Build
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : LATEST
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "LIMBO"]]
- variable : LIMBO_SCHEMA_FILENAME
2022-10-22 22:09:48 +00:00
label : Limbo Schema Filename
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : default.schem
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "LIMBO"]]
- variable : CRUCIBLE_RELEASE
2022-10-22 22:09:48 +00:00
label : Crucible Release
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : latest
2022-02-04 21:57:41 +00:00
show_if : [ [ TYPE, "=", "CRUCIBLE"]]
- variable : FTB_MODPACK_ID
2022-10-22 22:09:48 +00:00
label : FTB Modpack ID
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FTBA"]]
- variable : FTB_MODPACK_VERSION_ID
2022-10-22 22:09:48 +00:00
label : FTB Modpack Version ID
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "FTBA"]]
- variable : CF_SERVER_MOD
2022-10-22 22:09:48 +00:00
label : CF Server Mod
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "CURSEFORGE"]]
- variable : CF_BASE_DIR
2022-10-22 22:09:48 +00:00
label : CF Base Dir
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
show_if : [ [ TYPE, "=", "CURSEFORGE"]]
- variable : USE_MODPACK_START_SCRIPT
2022-10-22 22:09:48 +00:00
label : Use Modpack Start Script
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
show_if : [ [ TYPE, "=", "CURSEFORGE"]]
- variable : FTB_LEGACYJAVAFIXER
2022-10-22 22:09:48 +00:00
label : Fix for <unable to launch forgemodloader>
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
show_if : [ [ TYPE, "=", "CURSEFORGE"]]
- variable : DIFFICULTY
2022-10-22 22:09:48 +00:00
label : Difficulty
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : easy
2022-02-04 21:57:41 +00:00
enum :
- value : peaceful
description : Peaceful
- value : easy
description : Easy
- value : normal
description : Normal
- value : hard
description : Hard
- variable : WHITELIST
2022-10-22 22:09:48 +00:00
label : Whitelist
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : OPS
2022-10-22 22:09:48 +00:00
label : OPs
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : ICON
2022-10-22 22:09:48 +00:00
label : URL to Server Icon
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : MAX_PLAYERS
2022-10-22 22:09:48 +00:00
label : Max Connected Players
2022-02-04 21:57:41 +00:00
schema :
type : int
required : true
default : 20
- variable : MAX_WORLD_SIZE
2022-10-22 22:09:48 +00:00
label : World Border Radius in blocks
2022-02-04 21:57:41 +00:00
schema :
type : int
required : true
default : 10000
- variable : ALLOW_NETHER
2023-02-03 23:39:18 +00:00
label : Enable Nether
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : ANNOUNCE_PLAYER_ACHIEVEMENTS
2023-02-03 23:39:18 +00:00
label : Enable Announcing Player Achievements
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : ENABLE_COMMAND_BLOCK
2023-02-03 23:39:18 +00:00
label : Enable Command Blocks
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : FORCE_GAMEMODE
2023-02-03 23:39:18 +00:00
label : Enable Force Game Mode
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : GENERATE_STRUCTURES
2023-02-03 23:39:18 +00:00
label : Enable Generate Structures
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : HARDCORE
2023-02-03 23:39:18 +00:00
label : Enable Hardcore Mode
description : If set to true, players will be set to spectator mode if they die.
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : MAX_BUILD_HEIGHT
2022-10-22 22:09:48 +00:00
label : Max World Build Height
2022-02-04 21:57:41 +00:00
schema :
type : int
required : true
default : 256
- variable : MAX_TICK_TIME
2022-10-22 22:09:48 +00:00
label : Max Tick Time
2022-02-04 21:57:41 +00:00
schema :
type : int
required : true
default : 60000
- variable : SPAWN_ANIMALS
2023-02-03 23:39:18 +00:00
label : Enable Spawning Animals
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : SPAWN_MONSTERS
2023-02-03 23:39:18 +00:00
label : Enable Spawning Monsters
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : SPAWN_NPCS
2023-02-03 23:39:18 +00:00
label : Enable Spawning NPCs
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
- variable : VIEW_DISTANCE
2022-10-22 22:09:48 +00:00
label : Server View Distance
2022-02-04 21:57:41 +00:00
schema :
type : int
required : true
default : 10
- variable : SEED
2022-10-22 22:09:48 +00:00
label : Level Seed
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : MODE
2022-10-22 22:09:48 +00:00
label : Default Gamemode
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : survival
2022-02-04 21:57:41 +00:00
enum :
2022-10-22 22:09:48 +00:00
- value : survival
description : Survival
- value : creative
description : Creative
- value : adventure
description : Adventure
- value : spectator
description : Spectator
2022-02-04 21:57:41 +00:00
- variable : MOTD
2022-10-22 22:09:48 +00:00
label : Server Message of the Day
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : Welcome to Minecraft on TrueNAS Scale!
2022-02-04 21:57:41 +00:00
- variable : PVP
2023-02-03 23:39:18 +00:00
label : Enable PVP
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : LEVEL_TYPE
2022-10-22 22:09:48 +00:00
label : Level Type
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : DEFAULT
2022-02-04 21:57:41 +00:00
- variable : GENERATOR_SETTINGS
2022-10-22 22:09:48 +00:00
label : Generator Settings
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : LEVEL
2022-10-22 22:09:48 +00:00
label : World Save Name
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : world
2022-02-04 21:57:41 +00:00
- variable : WORLD
2022-10-22 22:09:48 +00:00
label : URL of world download
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : FORCE_REDOWNLOAD
2022-10-22 22:09:48 +00:00
label : Force redownload server files
description : Force re-download of the server file for VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, CURSEFORGE, SPONGEVANILLA server types.
2022-02-04 21:57:41 +00:00
schema :
type : string
2022-10-22 22:09:48 +00:00
default : "false"
enum :
- value : "false"
description : "False"
- value : "true"
description : "True"
2022-02-04 21:57:41 +00:00
- variable : ONLINE_MODE
2023-02-03 23:39:18 +00:00
label : Enable Online Mode
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : true
2023-02-03 23:39:18 +00:00
- variable : USE_FLARE_FLAGS
label : Use Flare Flags
description : Enable to add appropriate flags for the Flare profiler on selected server types - https://github.com/itzg/docker-minecraft-server#enable-flare-flags
schema :
type : boolean
default : false
- variable : USE_AIKAR_FLAGS
label : Use Aikar Flags
description : Optimal JVM flags for GC tuning.
schema :
type : boolean
default : true
- variable : USE_SIMD_FLAGS
label : Use SIMD Flags
description : Enable support for optimized SIMD operations.
schema :
type : boolean
default : false
2022-02-04 21:57:41 +00:00
- variable : advanced
2022-10-22 22:09:48 +00:00
label : Show Advanced Server Settings
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : MEMORY
2022-10-22 22:09:48 +00:00
label : Server Memory
2022-02-04 21:57:41 +00:00
schema :
type : string
required : true
2022-10-22 22:09:48 +00:00
default : 2048M
2022-02-04 21:57:41 +00:00
- variable : JVM_OPTS
2022-10-22 22:09:48 +00:00
label : JVM Options
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
- variable : JVM_XX_OPTS
2022-10-22 22:09:48 +00:00
label : JVM -X Options
2022-02-04 21:57:41 +00:00
schema :
type : string
default : ""
# Include{containerConfig}
2022-08-08 21:25:02 +00:00
# Include{serviceRoot}
2022-02-04 21:57:41 +00:00
- variable : main
2022-10-22 22:09:48 +00:00
label : Main Service
2023-02-03 23:39:18 +00:00
description : The Primary service on which the Minecraft Server runs on
2022-02-04 21:57:41 +00:00
schema :
additional_attrs : true
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-04 21:57:41 +00:00
- variable : main
2022-10-22 22:09:48 +00:00
label : Main Service Port Configuration
2022-02-04 21:57:41 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : port
2022-10-22 22:09:48 +00:00
label : Port
description : This port exposes the container port on the service
2022-02-04 21:57:41 +00:00
schema :
type : int
default : 25565
required : true
2022-03-23 04:13:05 +00:00
- variable : rcon
2022-10-22 22:09:48 +00:00
label : RCON Service
2023-02-03 23:39:18 +00:00
description : The RCON service.
2022-03-23 04:13:05 +00:00
schema :
additional_attrs : true
type : dict
attrs :
2022-09-17 11:24:06 +00:00
# Include{serviceSelectorLoadBalancer}
2022-09-14 21:27:12 +00:00
# Include{serviceSelectorExtras}
2022-03-23 04:13:05 +00:00
- variable : rcon
2022-10-22 22:09:48 +00:00
label : RCON Service Port Configuration
2022-03-23 04:13:05 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : port
2022-10-22 22:09:48 +00:00
label : Port
description : This port exposes the container port on the service
2022-03-23 04:13:05 +00:00
schema :
type : int
default : 25575
required : true
2022-08-08 21:25:02 +00:00
# Include{serviceExpertRoot}
2022-02-04 21:57:41 +00:00
default : false
# Include{serviceExpert}
# Include{serviceList}
2022-08-08 21:25:02 +00:00
# Include{persistenceRoot}
2022-02-04 21:57:41 +00:00
- variable : data
2022-10-22 22:09:48 +00:00
label : App Data Storage
2023-02-03 23:39:18 +00:00
description : Stores the Application Data.
2022-02-04 21:57:41 +00:00
schema :
additional_attrs : true
type : dict
attrs :
# Include{persistenceBasic}
# Include{persistenceList}
2022-03-03 14:04:31 +00:00
# Include{security}
2022-08-08 21:25:02 +00:00
# Include{securityContextAdvancedRoot}
2022-02-04 21:57:41 +00:00
- variable : privileged
2022-10-22 22:09:48 +00:00
label : Privileged mode
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : readOnlyRootFilesystem
2022-10-22 22:09:48 +00:00
label : ReadOnly Root Filesystem
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : allowPrivilegeEscalation
2022-10-22 22:09:48 +00:00
label : Allow Privilege Escalation
2022-02-04 21:57:41 +00:00
schema :
type : boolean
default : false
- variable : runAsNonRoot
2022-10-22 22:09:48 +00:00
label : runAsNonRoot
2022-02-04 21:57:41 +00:00
schema :
type : boolean
2022-02-27 14:41:29 +00:00
default : false
2022-08-08 21:25:02 +00:00
# Include{podSecurityContextRoot}
2022-02-04 21:57:41 +00:00
- variable : runAsUser
2022-10-22 22:09:48 +00:00
label : runAsUser
description : The UserID of the user running the application
2022-02-04 21:57:41 +00:00
schema :
type : int
2022-02-27 14:41:29 +00:00
default : 0
2022-02-04 21:57:41 +00:00
- variable : runAsGroup
2022-10-22 22:09:48 +00:00
label : runAsGroup
description : The groupID this App of the user running the application
2022-02-04 21:57:41 +00:00
schema :
type : int
2022-02-27 14:41:29 +00:00
default : 0
2022-02-04 21:57:41 +00:00
- variable : fsGroup
2022-10-22 22:09:48 +00:00
label : fsGroup
description : The group that should own ALL storage.
2022-02-04 21:57:41 +00:00
schema :
type : int
default : 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
2022-10-01 21:39:52 +00:00
# Include{codeserver}
# Include{vpn}
2022-08-12 11:15:27 +00:00
# Include{documentation}