Files
chart/library/ix-dev/community/gitea/ci/basic-values.yaml
Stavros Kois 58118d56cb NAS-121235 / 23.10 / Add gitea to community train (#1065)
* Add gitea to community train - initial commit

* finishup

* hide whole group

* adjust to new common fixes (needs new tgz)

* bump commmon

* add descripnts and bump common
2023-04-12 10:06:06 +03:00

17 lines
363 B
YAML

giteaStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data
config:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/config
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/pgData
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/pgBackup
giteaNetwork:
rootURL: http://localhost:30000