Files
truecharts/charts/stable/mc-router/values.yaml
T
TrueCharts Bot 092783317b chore(deps): update container image itzg/mc-router to v1.20.3@2ea6718 by renovate (#21689)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [itzg/mc-router](https://togithub.com/itzg/mc-router) | patch |
`1.20.2` -> `1.20.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>itzg/mc-router (itzg/mc-router)</summary>

### [`v1.20.3`](https://togithub.com/itzg/mc-router/releases/tag/1.20.3)

[Compare
Source](https://togithub.com/itzg/mc-router/compare/1.20.2...1.20.3)

#### Changelog

- [`f34b6e8`](https://togithub.com/itzg/mc-router/commit/f34b6e8)
Prevent crash due to large memory allocation
([#&#8203;291](https://togithub.com/itzg/mc-router/issues/291))
- [`09ed21d`](https://togithub.com/itzg/mc-router/commit/09ed21d)
build(deps): bump github.com/docker/docker
([#&#8203;288](https://togithub.com/itzg/mc-router/issues/288))

</details>

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-06 14:21:15 +02:00

40 lines
927 B
YAML

image:
repository: itzg/mc-router
pullPolicy: IfNotPresent
tag: 1.20.3@sha256:2ea67189f42b47a9b3f5b51fa748cf0d1e4cccfa1e31a2ea53f77321081f69d7
service:
main:
ports:
main:
port: 25564
minecraft:
enabled: true
ports:
minecraft:
enabled: true
port: 25565
mcrouter:
host_minecraft: []
# - "minecraft.local=minecraft-java.ix-minecraft-java.svc.cluster.local:25565"
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