Files
chart/library/ix-dev/community/homepage/ci/extra-values.yaml
Stavros Kois cba86b80cf NAS-123063 / 23.10 / Add homepage to community train (#1378)
* add `homepage` to `community` train

* add templates and UI

* update icon

* remove unused values

* fix metadata

* also fix readme's
2023-07-27 20:23:31 +03:00

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