Files
truecharts/charts/stable/filebrowser/values.yaml
T

43 lines
1002 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/filebrowser/filebrowser
pullPolicy: IfNotPresent
tag: v2.58.0@sha256:d2c49584ea840f13860ca61f016e4aee0a858b07488ff4c303d54e4828f12e0b
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