Files
truecharts/charts/incubator/emby-sync/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

25 lines
506 B
YAML

env:
DEFAULT_ROOM: ""
EMBY_SERVER: ""
SECRET_KEY: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/emby-sync
tag: latest@sha256:d9d5cebdb78b710c2bae590a6e2dcdab00dc65b7b736e4425fffcd88b679d99d
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