diff --git a/jobs/games/mc-router.hcl b/jobs/games/gate-proxy.hcl similarity index 87% rename from jobs/games/mc-router.hcl rename to jobs/games/gate-proxy.hcl index d18b34e..636d379 100644 --- a/jobs/games/mc-router.hcl +++ b/jobs/games/gate-proxy.hcl @@ -1,14 +1,9 @@ -job "mc-router" { +job "gate-proxy" { datacenters = ["aperture"] - + node_pool = "ingress" type = "service" - constraint { - attribute = "${attr.unique.hostname}" - value = "bastion-vm" - } - - group "mc-router" { + group "gate-proxy" { count = 1 network { @@ -27,7 +22,7 @@ job "mc-router" { } } - task "webserver" { + task "gate-proxy" { driver = "docker" config { @@ -47,9 +42,11 @@ job "mc-router" { config: bind: 0.0.0.0:4501 + forwarding: + mode: legacy + lite: enabled: true - routes: - host: fugitives.rb.dcu.ie backend: fugitives-mc.service.consul:25566 diff --git a/jobs/games/minecraft.hcl b/jobs/games/minecraft.hcl index 2875120..f09e1c1 100644 --- a/jobs/games/minecraft.hcl +++ b/jobs/games/minecraft.hcl @@ -31,7 +31,7 @@ job "minecraft" { resources { cpu = 3000 # 3000 MHz - memory = 7168 # 7gb + memory = 8192 # 8gb } env { @@ -39,6 +39,7 @@ job "minecraft" { TYPE = "PAPER" ICON = "https://docs.redbrick.dcu.ie/assets/logo.png" MEMORY = "6G" + USE_AIKAR_FLAGS=true MOTD = "LONG LIVE THE REDBRICK" } } @@ -84,6 +85,7 @@ job "minecraft" { TYPE = "PURPUR" VERSION = "1.20.1" MOTD = "DCU Games Minecraft Server" + USE_AIKAR_FLAGS=true OPS = "" } } @@ -123,6 +125,7 @@ job "minecraft" { env { EULA = "TRUE" MEMORY = "6G" + USE_AIKAR_FLAGS=true } } } @@ -169,6 +172,7 @@ job "minecraft" { FORGE_INSTALLER = "forge-1.20.1-47.2.19-installer.jar" 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" + USE_AIKAR_FLAGS=true MAX_MEMORY = "16G" MAX_PLAYERS = "5" MOTD = "Minecraft ATM 9"