cluster

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

commit 8e61a9466857cd1f50808f035224cd226309f8e4
parent c06a9fef0ee0f4304608cd37f8d3d70478bfbf83
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 12 Jul 2024 19:39:58 +0200

Use NodePort

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

diff --git a/apps/base/minecraft/release.yaml b/apps/base/minecraft/release.yaml @@ -47,6 +47,8 @@ spec: type: NodePort nodePort: 24454 port: 24454 + ingress: + enabled: false - name: dynmap containerPort: 8123 protocol: TCP