fix(mc-bungeecord): fix service ports (#3454)

This commit is contained in:
Stavros Kois 2022-08-12 23:42:47 +03:00 committed by GitHub
parent 384bb2e450
commit d276cfebd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -27,7 +27,7 @@ secretEnv:
RCON_PASSWORD: "secretrconpass"
env:
RCON_PORT: 25578
RCON_PORT: "{{ .Values.service.main.ports.main.port }}"
TYPE: "BUNGEECORD"
ONLINE_MODE: false
MEMORY: 512M
@ -50,8 +50,7 @@ rcon:
ports:
rcon:
enabled: true
port: "{{ .Values.env.RCON_PORT }}"
targetPort: "{{ .Values.env.RCON_PORT }}"
port: 25578
persistence:
config: