Port Minecraft from Helm

This commit is contained in:
James Oliver
2016-03-29 12:33:10 -07:00
parent bb924a1307
commit ec7229477e
6 changed files with 458 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: minecraft
labels:
heritage: helm
spec:
type: LoadBalancer
ports:
- port: ${LB_PORT}
targetPort: 25565
protocol: TCP
selector:
app: minecraft