54 lines
929 B
YAML
54 lines
929 B
YAML
image:
|
|
repository: tccr.io/truecharts/fileflows
|
|
tag: v23.11.0@sha256:beaa814a72c7c9a6407d2bdeca07b7750b1a3cd2cecaa42aa33274a551afe4f5
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
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
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|