commit 747de354ac044bf20962771c0054968e1e426f18 parent 5866084ee9965ea1b8973dec365148129c5d4d9d Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 7 Jul 2024 21:04:48 +0200 Ingress Diffstat:
| M | apps/base/minecraft/ingress.yaml | | | 2 | +- |
| M | apps/base/traefik/release.yaml | | | 6 | ++++++ |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/apps/base/minecraft/ingress.yaml b/apps/base/minecraft/ingress.yaml @@ -6,7 +6,7 @@ metadata: namespace: minecraft spec: entryPoints: - - 25565/tcp + - minecraft routes: - match: HostSNI(`*`) kind: Rule diff --git a/apps/base/traefik/release.yaml b/apps/base/traefik/release.yaml @@ -78,6 +78,12 @@ spec: default: true exposedPort: 80 protocol: TCP + minecraft: + port: 25566 + expose: + default: true + exposedPort: 25565 + protocol: TCP websecure: port: 8443 expose: