Files
truecharts/charts/incubator/photo-stream/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

29 lines
665 B
YAML

env:
AUTHOR_NAME: unRAID
DESCRIPTION: My unRAID Photo Stream collection.
SHOW_OFFICIAL_GITHUB: "0"
TITLE: Photo Stream for unRAID
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/photo-stream
tag: latest@sha256:9a0fa375ef7d6b4c651ac0e5c10e78df6747cf85d687381433136f0f8bc8bbd2
persistence:
storageimages:
enabled: true
mountPath: /photo-stream/photos/original
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 4000
protocol: TCP
targetPort: 4000