* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * Update charts/stable/gitea/Chart.yaml * Update charts/incubator/thunderbird/Chart.yaml * Update charts/incubator/thunderbird/Chart.yaml * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * fix precommit * skip [skip ci] * trigger Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
34 lines
589 B
YAML
34 lines
589 B
YAML
image:
|
|
repository: tccr.io/truecharts/tinymediamanager
|
|
tag: 4.3.1@sha256:8c0a971bdb421d5f7f08904fe9817d1e7d898fd1853b1406d33cbfd8e789f97d
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
PASSWORD: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10179
|
|
targetPort: 4000
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
movies:
|
|
enabled: true
|
|
mountPath: "/media/movies"
|
|
tvshows:
|
|
enabled: true
|
|
mountPath: "/media/tvshows"
|