mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 20:59:13 +08:00
* gitea - migrate storage sections * remove chown at initial install * apply code review suggestions * throw early * optim9ize * remove empty lines * keep old migration logic in * restore immutable flag
13 lines
164 B
YAML
13 lines
164 B
YAML
giteaStorage:
|
|
data:
|
|
type: pvc
|
|
config:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
|
|
giteaNetwork:
|
|
rootURL: http://localhost:30000
|