Files
truecharts/charts/stable/broadcast-box/values.yaml
T
TrueCharts BotandGitHub 8e5923e87a chore(broadcast-box): update image seaduboi/broadcast-box digest to 35a1be7 (#45794)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seaduboi/broadcast-box | digest | `3073a95` → `35a1be7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYnJvYWRjYXN0LWJveCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-04 23:51:12 +01:00

32 lines
765 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: seaduboi/broadcast-box
tag: latest@sha256:35a1be71b8c8fe5bccc6aacb627ddcae056865aa99821cabf816134804fc9935
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 }}"
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0