Files
truecharts/charts/stable/mc-router/values.yaml
T
TrueCharts BotandGitHub e4a5b41535 chore(deps): update container image itzg/mc-router to v1.22.0@7bb8ac0 by renovate (#24772)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [itzg/mc-router](https://togithub.com/itzg/mc-router) | minor |
`1.21.0` -> `1.22.0` |

---

> [!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.22.0`](https://togithub.com/itzg/mc-router/releases/tag/1.22.0)

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

#### What's Changed

- Add Service Discovery option for non-Swarm Docker by
[@&#8203;devmattrick](https://togithub.com/devmattrick) in
[https://github.com/itzg/mc-router/pull/316](https://togithub.com/itzg/mc-router/pull/316)

#### New Contributors

- [@&#8203;devmattrick](https://togithub.com/devmattrick) made their
first contribution in
[https://github.com/itzg/mc-router/pull/316](https://togithub.com/itzg/mc-router/pull/316)

**Full Changelog**:
https://github.com/itzg/mc-router/compare/1.21.0...1.22.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-08-05 04:30:10 +02:00

40 lines
927 B
YAML

image:
repository: itzg/mc-router
pullPolicy: IfNotPresent
tag: 1.22.0@sha256:7bb8ac0760810bbac43840fcaa616b5e403b1cf5dc3c554aa5eb6df22b3648ee
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