33 lines
616 B
YAML
33 lines
616 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/acestream
|
|
tag: 2.0.2.8@sha256:742c6e16126d819593fd5e041e2166ba789df76edfbd3a6c628b3b83800e6743
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
SCHEME: "http"
|
|
ENTRY: "{{ .Values.service.main.ports.main.port }}"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8008
|
|
protocol: TCP
|
|
|
|
persistence:
|
|
acestreamcache:
|
|
enabled: true
|
|
mountPath: /srv/acestream/.ACEStream
|
|
|
|
portal:
|
|
enabled: true
|