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 22:20:41 +03:00
committed by GitHub
parent 7855d33f8f
commit 6191cbe604
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: minecraft-bungeecord name: minecraft-bungeecord
version: 0.0.27 version: 0.0.28
appVersion: "2022.4.1" appVersion: "2022.4.1"
description: A Spigot BungeeCord server. description: A Spigot BungeeCord server.
type: application type: application
@@ -27,7 +27,7 @@ secretEnv:
RCON_PASSWORD: "secretrconpass" RCON_PASSWORD: "secretrconpass"
env: env:
RCON_PORT: "{{ .Values.service.main.ports.main.port }}" RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
TYPE: "BUNGEECORD" TYPE: "BUNGEECORD"
ONLINE_MODE: false ONLINE_MODE: false
MEMORY: 512M MEMORY: 512M