2022-05-11 01:24:04 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
2022-05-15 18:57:30 +02:00
|
|
|
name: minecraft-svc-tcp
|
2022-05-14 01:19:42 +02:00
|
|
|
|
2022-05-11 01:24:04 +02:00
|
|
|
spec:
|
2022-05-15 18:57:30 +02:00
|
|
|
type: ClusterIP
|
2022-05-11 01:24:04 +02:00
|
|
|
ports:
|
2022-05-15 18:57:30 +02:00
|
|
|
- protocol: TCP
|
2022-05-11 01:24:04 +02:00
|
|
|
port: 25565
|
|
|
|
selector:
|
2022-05-15 18:57:30 +02:00
|
|
|
app: minecraft
|