mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
* 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
17 lines
363 B
YAML
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
|