mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 03:52:04 +08:00
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
|