26 lines
514 B
YAML
26 lines
514 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/acestream
|
|
tag: latest@sha256:1776f3238602e5eb2a19b39ad45a287e715af848e25e6d94f98294159ca51300
|
|
persistence:
|
|
acestreamcache:
|
|
enabled: true
|
|
mountPath: /srv/acestream/.ACEStream
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8008
|
|
protocol: TCP
|
|
targetPort: 6878
|
|
|
|
portal:
|
|
enabled: true
|