Files
truecharts/charts/stable/broadcast-box/values.yaml
T
TrueCharts BotandGitHub 05f0c5afa7 chore(helm): update image seaduboi/broadcast-box digest to 559f28d (#41165)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seaduboi/broadcast-box | digest | `3243ece` -> `559f28d` |

---

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

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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-28 00:35:39 +01:00

26 lines
613 B
YAML

image:
pullPolicy: IfNotPresent
repository: seaduboi/broadcast-box
tag: latest@sha256:559f28d650d8a75ae17222c02a59a1a1e2c6f5827709bc64b267b31ad5260d4c
service:
main:
ports:
main:
port: 8080
protocol: http
targetPort: 8080
webrtc:
enabled: true
port: 60006
protocol: udp
targetPort: 60006
workload:
main:
podSpec:
containers:
main:
env:
NETWORK_TEST_ON_START: false
INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP: true
UDP_MUX_PORT: "{{ .Values.service.main.ports.webrtc.port }}"