This repository has been archived on 2025-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Kjeld Schouten f5609da19d Revert "Daily Prune"
This reverts commit 70f3264469.
2024-05-30 12:35:08 +02:00

45 lines
983 B
YAML

image:
repository: docker.io/filebrowser/filebrowser
pullPolicy: IfNotPresent
tag: v2.30.0@sha256:862a8f4f4829cb2747ced869aea8593204bbc718c92f0f11c97e7b669a54b53d
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