49 lines
909 B
YAML
49 lines
909 B
YAML
image:
|
|
repository: revenz/fileflows
|
|
tag: 24.02@sha256:ed09a60308bafa594edda553e37e21cc9d982c2822e51dfc4ff7ee575babec66
|
|
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
|