mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 11:01:14 +08:00
* add `homepage` to `community` train * add templates and UI * update icon * remove unused values * fix metadata * also fix readme's
22 lines
490 B
YAML
22 lines
490 B
YAML
homepageConfig:
|
|
additionalEnvs:
|
|
- name: HOMEPAGE_VAR_SOMETHING
|
|
value: some-value
|
|
- name: HOMEPAGE_FILE_SOMETHING
|
|
value: /some/path
|
|
|
|
homepageNetwork:
|
|
webPort: 31000
|
|
|
|
homepageStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|