cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit cf138379b55a419ace3abcf12a682095e1257faf
parent 2d7b5f6c7535679faa55758fc6d3080b4451778b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 12 Jul 2024 19:51:01 +0200

Use NodePort

Diffstat:
Mapps/base/minecraft/release.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/minecraft/release.yaml b/apps/base/minecraft/release.yaml @@ -39,14 +39,14 @@ spec: pageUrl: https://www.curseforge.com/minecraft/modpacks/statech-industry extraPorts: - name: voice - containerPort: 24454 + containerPort: 30002 protocol: UDP service: enabled: true embedded: false type: NodePort nodePort: 30002 - port: 24454 + port: 30002 ingress: enabled: false - name: dynmap