Update k8s/games/minecraft/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -3,7 +3,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minecraft-dynmap
|
||||
namespace: minecraft
|
||||
spec:
|
||||
selector:
|
||||
app: minecraft
|
||||
@@ -12,20 +11,29 @@ spec:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minecraft-webstatus-mod
|
||||
spec:
|
||||
selector:
|
||||
app: minecraft
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minecraft-game
|
||||
namespace: minecraft
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 30565
|
||||
targetPort: 25565
|
||||
- port: 30575
|
||||
targetPort: 25575
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: minecraft
|
||||
|
||||
|
Reference in New Issue
Block a user