50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/linuxserver/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:3c9bb2c8913d4c0f0413897c9423d542cef3e97ad31af4a8cf65eb0b6a77c160
|
|
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: ""
|