mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* add `flame` to `community` applications * fix secCtx * mroe perms * add ui * remove extra word
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
|