44 lines
901 B
YAML
44 lines
901 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/mc-router
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v1.18.1@sha256:24c0c3e65c62a54eabf1a461ad8d0789d444f9b93c130d5720c249b703dafc23
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 25564
|
||
|
minecraft:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
minecraft:
|
||
|
enabled: true
|
||
|
port: 25565
|
||
|
|
||
|
mcrouter:
|
||
|
host_minecraft:
|
||
|
- "minecraft.local=localhost:25566"
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|
||
|
envFrom:
|
||
|
- secretRef:
|
||
|
name: "secrets"
|
||
|
env:
|
||
|
API_BINDING: ":{{ .Values.service.main.ports.main.port }}"
|
||
|
PORT: "{{ .Values.service.minecraft.ports.minecraft.port }}"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: false
|