Port Minecraft from Helm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user