This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/tvheadend | digest | `7e7dc62` -> `e7761fa` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/linuxserver/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:e7761fa74abe764a77805ffd0ccf9bae10101ef42090bde993f612d2d32d7909
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9981
|
|
targetPort: 9981
|
|
htsp:
|
|
enabled: true
|
|
ports:
|
|
htsp:
|
|
enabled: true
|
|
port: 9982
|
|
targetPort: 9982
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
readiness:
|
|
type: tcp
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
startup:
|
|
type: tcp
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
env:
|
|
RUN_OPTS: ""
|