diff --git a/README.md b/README.md index 2ef683c2..49229f6b 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,17 @@ description: "{u'text': u'A Minecraft Server Powered by Docker'}" players: 0/20 No players online ``` +## Deployment Templates and Examples + +### Helm Charts + +- [stable/minecraft](https://hub.helm.sh/charts/stable/minecraft) ([chart source](https://github.com/helm/charts/tree/master/stable/minecraft)) +- [mcsh/server-deployment](https://github.com/mcserverhosting-net/charts) + +### Examples + +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. + ## Running a Forge Server Enable Forge server mode by adding a `-e TYPE=FORGE` to your command-line. diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..2eab9875 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Deployment Examples + +This directory contains various deployment examples of the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image. \ No newline at end of file diff --git a/k8s-examples/using-statefulset.yml b/examples/k8s/using-statefulset.yml similarity index 100% rename from k8s-examples/using-statefulset.yml rename to examples/k8s/using-statefulset.yml diff --git a/k8s-examples/vanilla-deployment.yml b/examples/k8s/vanilla-deployment.yml similarity index 100% rename from k8s-examples/vanilla-deployment.yml rename to examples/k8s/vanilla-deployment.yml