TrueChartsCatalogClone/stable/tvheadend/16.0.23/ix_values.yaml

50 lines
1.0 KiB
YAML

image:
repository: ghcr.io/linuxserver/tvheadend
pullPolicy: IfNotPresent
tag: latest@sha256:c0f44869943ad7fbd310998b19b18f8c9bb92ad9290058ca9ac1e4bbb9d450fa
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: ""