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