mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Merge pull request #75 from benbarclay/master
Fix broken label in minecraft replication controller
This commit is contained in:
+17
-2
@@ -1,3 +1,18 @@
|
||||
# minecraft
|
||||
# Minecraft
|
||||
|
||||
This will run a minecraft server.
|
||||
This will run a standard [Minecraft](https://minecraft.net/) server.
|
||||
|
||||
## Configuration
|
||||
|
||||
This chart requires no configuration to use.
|
||||
|
||||
## Scaling
|
||||
|
||||
This server should not be scaled past a single instance.
|
||||
|
||||
If you scale past a single instance you will be load balanced across several
|
||||
different worlds. You will not be able to select which world you wish to play on.
|
||||
|
||||
## Minecraft EULA
|
||||
|
||||
By using this chart you implicitly agree to the Minecraft EULA.
|
||||
|
||||
@@ -14,7 +14,6 @@ spec:
|
||||
labels:
|
||||
heritage: helm
|
||||
app: minecraft
|
||||
scalable: false
|
||||
spec:
|
||||
containers:
|
||||
- name: minecraft
|
||||
|
||||
Reference in New Issue
Block a user