Files
chart/community/gitea/1.0.14/ci/basic-values.yaml
2023-07-17 13:07:01 +00:00

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