This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `ca69ec4` -> `fe8ed25` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
26 lines
613 B
YAML
26 lines
613 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: seaduboi/broadcast-box
|
|
tag: latest@sha256:fe8ed258a6a3352ad44435134ef9ab64d586ea29f6f31599082b3fd3f66997b9
|
|
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 }}"
|