53 lines
991 B
YAML
53 lines
991 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/kodi-headless
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v190@sha256:491de04856e5f90698deaf06b598cff46791944719713183062c2c97905a437e
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
targetPort: 8080
|
||
|
port: 10148
|
||
|
websocket:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
websocket:
|
||
|
enabled: true
|
||
|
targetPort: 9090
|
||
|
port: 10152
|
||
|
esall:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
esall:
|
||
|
enabled: true
|
||
|
protocol: udp
|
||
|
targetPort: 9777
|
||
|
port: 9777
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config/.kodi"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
type: tcp
|
||
|
readiness:
|
||
|
type: tcp
|
||
|
startup:
|
||
|
type: tcp
|