mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
* Add `distribution` to `community` train * add service * initial tests * add values * https * add persistence * add htpasswd * mount file * secret * fix fullname * typo * typo * add questions and metadata * remove * format * allow disabling fs backend * test with ro root fs * remove comment * fix auth and perms * update icon
19 lines
285 B
YAML
19 lines
285 B
YAML
distributionNetwork:
|
|
apiPort: 31000
|
|
|
|
distributionConfig:
|
|
basicAuthUsers:
|
|
- user: admin
|
|
pass: admin
|
|
- user: user
|
|
pass: user
|
|
|
|
distributionStorage:
|
|
data:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|