This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/slechev/openwebrxplus-softmbe | digest | `d9886e1` -> `c9d9df2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3BlbndlYnJ4cGx1cyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
image:
|
|
repository: docker.io/slechev/openwebrxplus-softmbe
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.2.104@sha256:c9d9df2962aa5951893d164f66b9e8aa84cd82b31b02ddbd599b23cc7224849d
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /status.json
|
|
type: http
|
|
readiness:
|
|
path: /status.json
|
|
type: http
|
|
startup:
|
|
path: /status.json
|
|
type: http
|
|
env:
|
|
OPENWEBRX_ADMIN_USER: "admin"
|
|
OPENWEBRX_ADMIN_PASSWORD: "changeme"
|
|
# XXXX, YYYY are respectively VID, PID of the USB device
|
|
# Z is how many devices (int) should be present for that identifer.
|
|
# HEALTHCHECK_USB_XXXX_YYYY: Z
|
|
# Satdump is not recommended, but configurable
|
|
# OPENWEBRX_ENABLE_SATDUMP: 1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 8073
|
|
targetPort: 8073
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
persistence:
|
|
var:
|
|
enabled: true
|
|
mountPath: /var/lib/openwebrx
|
|
config:
|
|
enabled: true
|
|
mountPath: /etc/openwebrx
|
|
plugins:
|
|
enabled: true
|
|
mountPath: /usr/lib/python3/dist-packages/htdocs/plugins
|
|
usb:
|
|
# Enable for SDR hardware access.
|
|
# Might require additional tweaks depending on host OS,
|
|
# both in therm of hostPath and permissions.
|
|
enabled: false
|
|
type: hostPath
|
|
hostPath: /dev/bus/usb
|
|
mountPath: /dev/bus/usb
|
|
hostPathType: Directory
|
|
readOnly: false
|