mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
* gitea: allow specifying different external ssh port * desc * lint * bump * single quotes
17 lines
238 B
YAML
17 lines
238 B
YAML
giteaStorage:
|
|
data:
|
|
type: pvc
|
|
config:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
|
|
giteaNetwork:
|
|
rootURL: http://localhost:30000
|
|
externalSshPort: 22
|