2 Commits

Author SHA1 Message Date
18ef7639f6 ci: Update Image version 2023-11-03 23:11:42 +01:00
864ce4bb42 feat: Add Image in Article 2023-11-03 23:11:17 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.11"
tag: "v2.3.12"
ingress:
enabled: true

View File

@@ -23,6 +23,9 @@ A Minecraft cluster is a Minecraft server network that consists of multiple Mine
A Minecraft cluster consists of several components.
<!-- Image -->
![Minecraft cluster](https://github.com/MultiPaper/MultiPaper/raw/main/assets/multipaper-diagram.jpg)
#### Master database
First, there is the master database. This database allows servers to store data in a central location that all servers can access. Servers store chunks, maps, level.dat, player data, banned players, and more in this database. This database also records which chunk belongs to which server and coordinates communication between servers.