feat: add GTNH server!

This commit is contained in:
2025-09-22 12:44:23 +05:00
parent 104d8f086f
commit afa8a67e6f
3 changed files with 93 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ metadata:
app: monifactory-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
metallb.universe.tf/allow-shared-ip: minecraft
spec:
type: ClusterIP
ports:
@@ -15,3 +16,22 @@ spec:
port: 25565
selector:
app: monifactory-server
---
apiVersion: v1
kind: Service
metadata:
name: gtnh-server
namespace: minecraft
labels:
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
selector:
app: gtnh-server