* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
34 lines
593 B
YAML
34 lines
593 B
YAML
image:
|
|
repository: tccr.io/truecharts/fileflows
|
|
tag: v0.8.1@sha256:3df7a81dae7d8a4c63b2334ab274f3ce88fdfcb08224fb6c2e59d2db95f5179a
|
|
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"
|