minecraft: add eikar flags, rename proxy
This commit is contained in:
parent
1407f662c9
commit
4267bf26e0
2 changed files with 12 additions and 11 deletions
|
@ -1,14 +1,9 @@
|
||||||
job "mc-router" {
|
job "gate-proxy" {
|
||||||
datacenters = ["aperture"]
|
datacenters = ["aperture"]
|
||||||
|
node_pool = "ingress"
|
||||||
type = "service"
|
type = "service"
|
||||||
|
|
||||||
constraint {
|
group "gate-proxy" {
|
||||||
attribute = "${attr.unique.hostname}"
|
|
||||||
value = "bastion-vm"
|
|
||||||
}
|
|
||||||
|
|
||||||
group "mc-router" {
|
|
||||||
count = 1
|
count = 1
|
||||||
|
|
||||||
network {
|
network {
|
||||||
|
@ -27,7 +22,7 @@ job "mc-router" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task "webserver" {
|
task "gate-proxy" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
|
@ -47,9 +42,11 @@ job "mc-router" {
|
||||||
config:
|
config:
|
||||||
bind: 0.0.0.0:4501
|
bind: 0.0.0.0:4501
|
||||||
|
|
||||||
|
forwarding:
|
||||||
|
mode: legacy
|
||||||
|
|
||||||
lite:
|
lite:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- host: fugitives.rb.dcu.ie
|
- host: fugitives.rb.dcu.ie
|
||||||
backend: fugitives-mc.service.consul:25566
|
backend: fugitives-mc.service.consul:25566
|
|
@ -31,7 +31,7 @@ job "minecraft" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 3000 # 3000 MHz
|
cpu = 3000 # 3000 MHz
|
||||||
memory = 7168 # 7gb
|
memory = 8192 # 8gb
|
||||||
}
|
}
|
||||||
|
|
||||||
env {
|
env {
|
||||||
|
@ -39,6 +39,7 @@ job "minecraft" {
|
||||||
TYPE = "PAPER"
|
TYPE = "PAPER"
|
||||||
ICON = "https://docs.redbrick.dcu.ie/assets/logo.png"
|
ICON = "https://docs.redbrick.dcu.ie/assets/logo.png"
|
||||||
MEMORY = "6G"
|
MEMORY = "6G"
|
||||||
|
USE_AIKAR_FLAGS=true
|
||||||
MOTD = "LONG LIVE THE REDBRICK"
|
MOTD = "LONG LIVE THE REDBRICK"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -84,6 +85,7 @@ job "minecraft" {
|
||||||
TYPE = "PURPUR"
|
TYPE = "PURPUR"
|
||||||
VERSION = "1.20.1"
|
VERSION = "1.20.1"
|
||||||
MOTD = "DCU Games Minecraft Server"
|
MOTD = "DCU Games Minecraft Server"
|
||||||
|
USE_AIKAR_FLAGS=true
|
||||||
OPS = ""
|
OPS = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -123,6 +125,7 @@ job "minecraft" {
|
||||||
env {
|
env {
|
||||||
EULA = "TRUE"
|
EULA = "TRUE"
|
||||||
MEMORY = "6G"
|
MEMORY = "6G"
|
||||||
|
USE_AIKAR_FLAGS=true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -169,6 +172,7 @@ job "minecraft" {
|
||||||
FORGE_INSTALLER = "forge-1.20.1-47.2.19-installer.jar"
|
FORGE_INSTALLER = "forge-1.20.1-47.2.19-installer.jar"
|
||||||
OVERRIDE_SERVER_PROPERTIES = "TRUE"
|
OVERRIDE_SERVER_PROPERTIES = "TRUE"
|
||||||
JVM_XX_OPTS = "-Xms12G -Xmx16G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1"
|
JVM_XX_OPTS = "-Xms12G -Xmx16G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1"
|
||||||
|
USE_AIKAR_FLAGS=true
|
||||||
MAX_MEMORY = "16G"
|
MAX_MEMORY = "16G"
|
||||||
MAX_PLAYERS = "5"
|
MAX_PLAYERS = "5"
|
||||||
MOTD = "Minecraft ATM 9"
|
MOTD = "Minecraft ATM 9"
|
||||||
|
|
Loading…
Reference in a new issue