diff --git a/charts/stable/minecraft-router/docs/how-to.md b/charts/stable/minecraft-router/docs/how-to.md new file mode 100644 index 00000000000..6751944daf7 --- /dev/null +++ b/charts/stable/minecraft-router/docs/how-to.md @@ -0,0 +1,20 @@ +--- +title: Minecraft-Server How To +--- + +When you have multiple Java Minecraft-Servers running and you want to open for all the standard 25565 port. Minecraft-Router is the solution. +The correct minecraft server will be chosed based upon which URL is used to connect. + +Default server can be given in the case an unknown URL is detected. + +More information about linking charts and Cluster Internal Domain can be found in the common documentation. +Example deployment, used with Cluster Internal Domain names: + +```yaml +mcrouter: + default: minecraft-java.minecraft-java.svc.cluster.local:25565 + mappings: + - ${SERVER1_URL}=minecraft-java.minecraft-java.svc.cluster.local:25565 + - ${SERVER2_URL}=truecharts-mcserver-minecraft-java.truecharts-mcserver.svc.cluster.local:25565 + - ${SERVER3_URL}=kidsplayground-server-minecraft-java.kidsplayground-server.svc.cluster.local:25565 +````