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

@@ -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