2021-02-17 11:47:38 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/linuxserver/tvheadend
|
2021-02-17 11:47:38 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-12-31 14:45:36 +00:00
|
|
|
tag: latest@sha256:68302a0f4f1650ce779d5b8f227929a573ea2506896deff1a18f021cafefacb5
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 9981
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 9981
|
2021-03-03 15:51:25 +00:00
|
|
|
htsp:
|
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
htsp:
|
|
|
|
enabled: true
|
|
|
|
port: 9982
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 9982
|
2021-02-17 11:47:38 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
2023-04-19 23:19:46 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2023-04-11 10:07:17 +00:00
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
2023-04-21 07:04:12 +00:00
|
|
|
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 }}"
|
2023-04-11 10:07:17 +00:00
|
|
|
env:
|
|
|
|
RUN_OPTS: ""
|