basic-values.yaml 363 B

12345678910111213141516
  1. giteaStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/data
  5. config:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/config
  8. pgData:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/pgData
  11. pgBackup:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/pgBackup
  14. giteaNetwork:
  15. rootURL: http://localhost:30000