mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-05-14 08:35:22 +00:00
minecraft correction and added configmap secret
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user