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