minecraft correction and added configmap secret

This commit is contained in:
Tomás Limpinho
2026-04-08 09:29:20 +01:00
parent 82675ca850
commit 3b4ae9517e
5 changed files with 64 additions and 15 deletions

View File

@ -10,4 +10,31 @@ spec:
selector:
app: minecraft
type: LoadBalancer
loadBalancerIP: 192.168.1.153
loadBalancerIP: 192.168.1.153
---
apiVersion: v1
kind: Service
metadata:
name: minecraft-bluemap-service
namespace: minecraft
spec:
ports:
- port: 8100
protocol: TCP
selector:
app: minecraft
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
name: minecraft-rcon-service
namespace: minecraft
spec:
ports:
- port: 25575
protocol: TCP
selector:
app: minecraft
type: ClusterIP