Files
chart/library/ix-dev/community/gitea/ci/basic-values.yaml
Stavros Kois 67eff9f996 gitea - migrate storage sections (#1749)
* 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
2023-11-23 12:49:42 +02:00

13 lines
164 B
YAML

giteaStorage:
data:
type: pvc
config:
type: pvc
pgData:
type: pvc
pgBackup:
type: emptyDir
giteaNetwork:
rootURL: http://localhost:30000