Files
truecharts/charts/dev/emby-sync/values.yaml
T
Kjeld Schouten-Lebbing 625f217b97 feat: Add E-Rang of UnRaid Ports (#3229)
* feat: Add E-Rang of UnRaid Ports

* remove non-passing Charts

* remove more non-working

* re
2022-07-20 21:13:02 +02:00

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