Files
truecharts/charts/stable/fileflows/values.yaml
T
TrueCharts BotandGitHub 9acc9a3418 chore(deps): update docker general non-major (#3015)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-01 13:58:48 +02:00

34 lines
593 B
YAML

image:
repository: tccr.io/truecharts/fileflows
tag: v0.8.4@sha256:8bcd00032697d128929fce8a3d38debd02d1ea1935bf229ac3a97c0123e7e2fe
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10242
targetPort: 5000
persistence:
data:
enabled: true
mountPath: "/app/Data"
logs:
enabled: true
mountPath: "/app/Logs"
temp:
enabled: true
mountPath: "/temp"
media:
enabled: true
mountPath: "/media"