fix: set up port forwards for gtnh

This commit is contained in:
2025-09-22 12:54:39 +05:00
parent afa8a67e6f
commit c26e0dbbee
2 changed files with 2 additions and 4 deletions

View File

@@ -9,3 +9,4 @@ controller:
tcp:
22: "homelab/gitea-ssh:22"
25565: "minecraft/monifactory-server:25565"
25566: "minecraft/gtnh-server:25565"

View File

@@ -8,7 +8,6 @@ metadata:
app: monifactory-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
metallb.universe.tf/allow-shared-ip: minecraft
spec:
type: ClusterIP
ports:
@@ -26,12 +25,10 @@ metadata:
app: gtnh-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
metallb.universe.tf/allow-shared-ip: minecraft
spec:
type: ClusterIP
ports:
- name: gtnh
port: 25566
targetPort: 25565
port: 25565
selector:
app: gtnh-server