truenas compatibility update

This commit is contained in:
ducoterra
2021-08-29 15:24:11 -04:00
parent 807b1866a8
commit 44053abdf8
8 changed files with 91 additions and 7 deletions

30
helm/questions.yaml Normal file
View File

@@ -0,0 +1,30 @@
groups:
- name: "Server Config"
description: "Minecraft Server Configuration"
- name: "Storage"
description: "Minecraft Server Storage"
questions:
- variable: port
description: "Listen Port"
group: "Server Config"
label: "Port"
schema:
type: int
default: 25565
required: true
- variable: max_ram
description: "Total RAM allocated to the server"
group: "Server Config"
label: "RAM Limit (GiB)"
schema:
type: int
default: 4
required: true
- variable: max_cpu
description: "# CPU Cores Allocated to the server"
group: "Server Config"
label: "CPU Limit (# Cores)"
schema:
type: int
default: 4
required: true