This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr](https://redirect.github.com/HaveAGitGat/tdarr_express_be) | patch | `2a2a3a1` -> `20a5656` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
image:
|
|
repository: docker.io/haveagitgat/tdarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.58.02@sha256:20a5656c4af4854e1877046294f77113f949d27e35940a9a65f231423d063207
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8265
|
|
comm:
|
|
enabled: true
|
|
ports:
|
|
comm:
|
|
enabled: true
|
|
port: 8266
|
|
persistence:
|
|
configs:
|
|
enabled: true
|
|
mountPath: "/app/configs"
|
|
server:
|
|
enabled: true
|
|
mountPath: "/app/server"
|
|
logs:
|
|
enabled: true
|
|
mountPath: "/app/logs"
|
|
transcode-cache:
|
|
enabled: true
|
|
mountPath: "/temp"
|
|
media:
|
|
enabled: true
|
|
mountPath: "/media"
|
|
varrun:
|
|
enabled: true
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
webUIPort: "{{ .Values.service.main.ports.main.port }}"
|
|
serverPort: "{{ .Values.service.comm.ports.comm.port }}"
|
|
# User Defined
|
|
internalNode: true
|
|
serverIP: "127.0.0.1"
|
|
nodeID: "Internal Node"
|