Skip to content

Commit ba7db26

Browse files
authored
Added README section for Helm charts and examples (#461)
1 parent fc61292 commit ba7db26

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,17 @@ description: "{u'text': u'A Minecraft Server Powered by Docker'}"
170170
players: 0/20 No players online
171171
```
172172

173+
## Deployment Templates and Examples
174+
175+
### Helm Charts
176+
177+
- [stable/minecraft](https://hub.helm.sh/charts/stable/minecraft) ([chart source](https://github.com/helm/charts/tree/master/stable/minecraft))
178+
- [mcsh/server-deployment](https://github.com/mcserverhosting-net/charts)
179+
180+
### Examples
181+
182+
The [examples directory](https://github.com/itzg/docker-minecraft-server/tree/master/examples) also provides examples of deploying the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image.
183+
173184
## Running a Forge Server
174185

175186
Enable Forge server mode by adding a `-e TYPE=FORGE` to your command-line.

examples/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Deployment Examples
2+
3+
This directory contains various deployment examples of the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)