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