Add 'minecraft/' from commit '0d2235b6a37b227f0affbbf32a3644b087b31684'

git-subtree-dir: minecraft
git-subtree-mainline: 7b7ef78bfc
git-subtree-split: 0d2235b6a3
This commit is contained in:
ducoterra
2021-10-31 15:11:38 -04:00
26 changed files with 569 additions and 0 deletions

19
minecraft/servers.md Normal file
View File

@@ -0,0 +1,19 @@
# Servers
## Minecraft
```bash
helm upgrade --install minecraft ./helm --set tag=1.15.2_7 --set port=25565
```
## Pubcraft
```bash
helm upgrade --install pubcraft ./helm --set tag=1.15.2_7 --set port=20100
```
## TestCraft
```bash
helm upgrade --install testcraft ./helm --set tag=1.16.1_2 --set port=25566
```