49 lines
984 B
YAML
49 lines
984 B
YAML
image:
|
|
repository: tccr.io/truecharts/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.24.2@sha256:94eba09f5c728ac6d5779b79fa5995ef3743a7848c0f0bf8317ef29fa3572b66
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
FB_ADDRESS: ""
|
|
FB_BASEURL: ""
|
|
FB_DATABASE: "/database/filebrowser.db"
|
|
FB_CONFIG: "/config/filebrowser.json"
|
|
FB_ROOT: "/data"
|
|
FB_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10187
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
database:
|
|
enabled: true
|
|
mountPath: /database
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|