mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
18 lines
361 B
YAML
18 lines
361 B
YAML
flameConfig:
|
|
password: password
|
|
|
|
flameNetwork:
|
|
webPort: 31000
|
|
|
|
flameStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|