fix(minecraft-bungeecord) set rcon to the actual rcon port (#4140)

* fix(minecraft-bungeecord) set rcon to the actual rcon port

* bump version
This commit is contained in:
Xstar97 2022-10-20 15:20:41 -04:00 committed by GitHub
parent 7855d33f8f
commit 6191cbe604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: minecraft-bungeecord
version: 0.0.27
version: 0.0.28
appVersion: "2022.4.1"
description: A Spigot BungeeCord server.
type: application

View File

@ -27,7 +27,7 @@ secretEnv:
RCON_PASSWORD: "secretrconpass"
env:
RCON_PORT: "{{ .Values.service.main.ports.main.port }}"
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
TYPE: "BUNGEECORD"
ONLINE_MODE: false
MEMORY: 512M