mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* initial commit * some fixes * add TODO * update metadata and ui * add cert support * add default item in additional storage, add validation, extend readme
34 lines
493 B
YAML
34 lines
493 B
YAML
image:
|
|
repository: filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.23.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
filebrowserConfig:
|
|
additionalEnvs: []
|
|
|
|
filebrowserNetwork:
|
|
webPort: 30044
|
|
certificateID: 0
|
|
hostNetwork: false
|
|
|
|
filebrowserRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
filebrowserStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin
|
|
- password: admin
|