71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
image:
|
|
repository: itzg/bungeecord
|
|
tag: 2022.4.1@sha256:254fd22429257cd003aec6deb3713ce2bd647e62cf6c2ea0d08a8d58165b8d3f
|
|
pullPolicy: Always
|
|
j11Image:
|
|
repository: itzg/bungeecord
|
|
tag: java11-2022.4.1@sha256:33c5185872d54533e996490523c61c01d24d38c412c7021ff1f5e8bc4f9f7e45
|
|
pullPolicy: Always
|
|
j8Image:
|
|
repository: itzg/bungeecord
|
|
tag: java8-2022.4.1@sha256:112285cf835ce5777f7222238963bbbd4e49ef1150900b92d561d68c0807d14a
|
|
pullPolicy: Always
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 25565
|
|
targetPort: 25577
|
|
rcon:
|
|
enabled: true
|
|
ports:
|
|
rcon:
|
|
enabled: true
|
|
port: 25578
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
tty: true
|
|
stdin: true
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
RCON_PASSWORD: "secretrconpass"
|
|
TYPE: "BUNGEECORD"
|
|
ONLINE_MODE: false
|
|
MEMORY: 512M
|
|
INIT_MEMORY: 512M
|
|
MAX_MEMORY: 512M
|
|
NETWORKADDRESS_CACHE_TTL: 60
|
|
REPLACE_ENV_VARIABLES: false
|
|
ENV_VARIABLE_PREFIX: "CFG_"
|
|
# GENERIC_PACKS: "configs-v9.0.1,mods-v4.3.6"
|
|
# GENERIC_PACKS_PREFIX: "https://cdn.example.org/"
|
|
# GENERIC_PACKS_SUFFIX="".zip"
|
|
# JVM_OPTS: ""
|
|
# JVM_XX_OPTS: ""
|
|
# PLUGINS: ""
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
server:
|
|
enabled: true
|
|
mountPath: "/server"
|
|
plugins:
|
|
enabled: true
|
|
mountPath: "/plugins"
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
updated: true
|