2016-03-29 12:38:24 -07:00

15 lines
214 B
YAML

apiVersion: v1
kind: Service
metadata:
name: minecraft
labels:
heritage: helm
spec:
type: LoadBalancer
ports:
- port: ${LB_PORT}
targetPort: 25565
protocol: TCP
selector:
app: minecraft