Files
chart/library/ix-dev/community/homarr/ci/extra-values.yaml
Stavros Kois 4171105564 NAS-122861 / 23.10 / add homarr to community train (#1341)
* 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
2023-07-11 17:02:45 +03:00

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