fix(mc-bungeecord): fix service ports (#3454)
This commit is contained in:
parent
384bb2e450
commit
d276cfebd0
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue