From 3ff0c470a600cb4907f962fbfc4f79f4bc7e7500 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Fri, 3 Nov 2023 23:39:43 +0100 Subject: [PATCH] feat: Update Article --- charts/alexohneander-astro/values-prod.yaml | 2 +- src/content/blog/high-scalable-minecraft-cluster.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/alexohneander-astro/values-prod.yaml b/charts/alexohneander-astro/values-prod.yaml index a65184f..d87f871 100644 --- a/charts/alexohneander-astro/values-prod.yaml +++ b/charts/alexohneander-astro/values-prod.yaml @@ -2,7 +2,7 @@ image: repository: alexohneander/alexohneander-astro pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.3.12" + tag: "v2.3.13" ingress: enabled: true diff --git a/src/content/blog/high-scalable-minecraft-cluster.md b/src/content/blog/high-scalable-minecraft-cluster.md index bba3344..a75929c 100644 --- a/src/content/blog/high-scalable-minecraft-cluster.md +++ b/src/content/blog/high-scalable-minecraft-cluster.md @@ -79,4 +79,12 @@ The Helm chart creates several ConfigMaps. In these ConfigMaps, you can customiz For example, you can set the number of maximum players or change the description of the server. -For more information on the individual config files, see[MultiPaper](https://github.com/MultiPaper/MultiPaper). +For more information on the individual config files, see [MultiPaper](https://github.com/MultiPaper/MultiPaper). + +## Conclusion + +With this setup, you can easily set up a highly scalable Minecraft cluster. You can easily add new servers if you get more players and remove them again if the number of players decreases again. + +You can test this setup under the following Server Address: `minecraft.alexohneander.de:31732` + +If you have any questions, feel free to contact me on [Email](mailto:moin@wellnitz-alex.de) or on [Matrix](https://matrix.to/#/@alexohneander:dev-null.rocks). \ No newline at end of file