15 lines
214 B
YAML
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
|