2022-05-29 15:31:21 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: revenz/fileflows
|
2024-06-12 06:19:27 +00:00
|
|
|
tag: 24.06@sha256:a1ef0b90398d0767bd70452b0c9217f06e7236b1a7380f93eb3edb78409fae8e
|
2022-05-29 15:31:21 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
2023-04-11 10:07:17 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2024-05-19 11:29:26 +00:00
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
privileged: true
|
2023-04-11 10:07:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
env: {}
|
2022-05-29 15:31:21 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10242
|
|
|
|
targetPort: 5000
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /app/Data
|
2022-05-29 15:31:21 +00:00
|
|
|
logs:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /app/Logs
|
2022-05-29 15:31:21 +00:00
|
|
|
temp:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /temp
|
2022-05-29 15:31:21 +00:00
|
|
|
media:
|
|
|
|
enabled: true
|
2023-04-11 10:07:17 +00:00
|
|
|
mountPath: /media
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|