servers to nvme

This commit is contained in:
ducoterra
2020-07-10 12:15:55 -04:00
parent 1dfb1f6202
commit ff2c9affb5
2 changed files with 21 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
image: hub.ducoterra.net/ducoterra/minecraft
port: 25565
# tag: 1.16.1
# port: 25565

19
servers.md Normal file
View File

@@ -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
```