diff --git a/helm/values.yaml b/helm/values.yaml index a842d4b..5cc143f 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,2 +1,3 @@ image: hub.ducoterra.net/ducoterra/minecraft -port: 25565 \ No newline at end of file +# tag: 1.16.1 +# port: 25565 \ No newline at end of file diff --git a/servers.md b/servers.md new file mode 100644 index 0000000..c9d1382 --- /dev/null +++ b/servers.md @@ -0,0 +1,19 @@ +# Servers + +## Minecraft + +```bash +helm install minecraft ./helm --set tag=1.15.2_7 --set port=25565 +``` + +## Pubcraft + +```bash +helm install pubcraft ./helm --set tag=1.15.2_7 --set port=20100 +``` + +## TestCraft + +```bash +helm install testcraft ./helm --set tag=1.16.1 --set port=25566 +```