625f217b97
* feat: Add E-Rang of UnRaid Ports * remove non-passing Charts * remove more non-working * re
25 lines
434 B
YAML
25 lines
434 B
YAML
env:
|
|
DEFAULT_ROOM: ''
|
|
EMBY_SERVER: ''
|
|
SECRET_KEY: ''
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/emby-sync
|
|
tag: latest
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 5000
|
|
protocol: TCP
|
|
targetPort: 5000
|