switch to configmap model

This commit is contained in:
ducoterra
2020-07-11 17:50:43 -04:00
parent ff2c9affb5
commit 95b0bd6852
14 changed files with 63 additions and 66 deletions

View File

@@ -3,17 +3,17 @@
## Minecraft
```bash
helm install minecraft ./helm --set tag=1.15.2_7 --set port=25565
helm upgrade --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
helm upgrade --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
helm upgrade --install testcraft ./helm --set tag=1.16.1_2 --set port=25566
```