34 lines
593 B
YAML
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"
|