Added minecraft
This commit is contained in:
28
k8s/games/minecraft/services.yaml
Normal file
28
k8s/games/minecraft/services.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minecraft-dynmap
|
||||
namespace: minecraft
|
||||
spec:
|
||||
selector:
|
||||
app: minecraft
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minecraft-game
|
||||
namespace: minecraft
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 30565
|
||||
targetPort: 25565
|
||||
selector:
|
||||
app: minecraft
|
||||
|
Reference in New Issue
Block a user