47 lines
999 B
YAML
47 lines
999 B
YAML
image:
|
|
repository: docker.io/itzg/mc-router
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.26.0@sha256:7f2ed38d583fbfa38967265920adbe10883d48b0bc69dd6fb127660b12d8fdd0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 25565
|
|
api:
|
|
enabled: true
|
|
ports:
|
|
api:
|
|
enabled: true
|
|
port: 25564
|
|
|
|
mcrouter:
|
|
default: vanilla:25565
|
|
mappings:
|
|
- vanilla:25565
|
|
- forge:25565
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: tcp
|
|
readiness:
|
|
enabled: true
|
|
type: tcp
|
|
startup:
|
|
enabled: true
|
|
type: tcp
|
|
env:
|
|
API_BINDING: ":{{ .Values.service.api.ports.api.port }}"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
DEFAULT: "{{ .Values.mcrouter.default }}"
|
|
MAPPING: '{{ join "," .Values.mcrouter.mappings }}'
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|