From 1ce8b40f8712ca10a342887a21b04a027f097653 Mon Sep 17 00:00:00 2001 From: Jrester Date: Sun, 8 Oct 2023 16:48:31 +0200 Subject: [PATCH] update gate --- charts/gate/README.md | 2 +- charts/gate/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gate/README.md b/charts/gate/README.md index 6bf9335..97d0827 100644 --- a/charts/gate/README.md +++ b/charts/gate/README.md @@ -26,7 +26,7 @@ High-Performance, Low-Memory, Lightweight, Extensible Minecraft Reverse Proxy wi | replicaCount | int | `1` | | | resources | object | `{}` | | | securityContext | object | `{}` | | -| service.port | int | `22565` | | +| service.port | int | `25565` | | | service.type | string | `"ClusterIP"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | diff --git a/charts/gate/values.yaml b/charts/gate/values.yaml index dd697e8..fdd3b2a 100644 --- a/charts/gate/values.yaml +++ b/charts/gate/values.yaml @@ -39,7 +39,7 @@ securityContext: {} service: type: ClusterIP - port: 22565 + port: 25565 resources: {} # We usually recommend not to specify default resources and to leave this as a conscious