mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 06:07:58 +08:00
* add `homarr` to `community` train * add `homarr` to `community` train * add templates and values * Update library/ix-dev/community/homarr/item.yaml * Update library/ix-dev/community/homarr/Chart.yaml
24 lines
512 B
YAML
24 lines
512 B
YAML
homarrConfig:
|
|
password: secret
|
|
additionalEnvs:
|
|
- name: DISABLE_EDIT_MODE
|
|
value: true
|
|
|
|
homarrNetwork:
|
|
webPort: 31000
|
|
|
|
homarrStorage:
|
|
configs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/configs
|
|
icons:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/icons
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|