mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
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
|