34 lines
593 B
YAML
34 lines
593 B
YAML
image:
|
|
repository: tccr.io/truecharts/fileflows
|
|
tag: v0.7.1@sha256:40965c610f082f7a03d5a0fd5c76fad9953b89bd9eb5cfb1707660444630094c
|
|
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"
|