Files
chart/community/gitea/1.0.8/ci/basic-values.yaml
2023-06-12 13:44:39 +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