Files
truecharts/charts/stable/minecraft-gate/values.yaml
T
TrueCharts Bot b3f09b6dc4 chore(helm): update image ghcr.io/minekube/gate digest to e52560e (#37470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `63624ba` -> `e52560e` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-13 14:08:35 +02:00

56 lines
1.2 KiB
YAML

image:
repository: ghcr.io/minekube/gate
pullPolicy: IfNotPresent
tag: latest@sha256:e52560e0add3654b300f6a0746ceed8d6c26b999879e616ca19bba6ba05f0a7b
service:
main:
enabled: true
ports:
main:
enabled: true
protocol: tcp
port: 25565
query:
enabled: true
protocol: udp
port: 25565
workload:
main:
podSpec:
containers:
main:
tty: true
stdin: true
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
# https://gate.minekube.com/guide/lite.html
# https://gate.minekube.com/guide/config/
configmap:
config:
enabled: true
data:
config.yml: |
config:
bind: 0.0.0.0:{{ .Values.service.main.ports.main.port }}
query:
enabled: true
port: {{ .Values.service.main.ports.query.port }}
showPlugins: false
lite:
enabled: true
routes:
- host: minecraft.local
backend: localhost:25565
persistence:
config-file:
enabled: true
type: configmap
objectName: config
mountPath: /config.yml
subPath: config.yml