Files
truecharts/charts/incubator/broadcast-box/values.yaml
T
TrueCharts BotandGitHub 5d08bb1fc2 chore(helm): update image seaduboi/broadcast-box digest to 0625f7a (#30894)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seaduboi/broadcast-box | digest | `cffabc2` -> `0625f7a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-24 02:27:30 +00:00

26 lines
613 B
YAML

image:
pullPolicy: IfNotPresent
repository: seaduboi/broadcast-box
tag: latest@sha256:0625f7a0d4fb6bef2cdbe9aaaef3c96f597cc68d10d40746f28c8f0a0e7fac32
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 }}"