basic-values.yaml 654 B

1234567891011121314151617181920212223242526
  1. plankaNetwork:
  2. webPort: 31000
  3. plankaConfig:
  4. defaultAdminEmail: admin@example.com
  5. defaultAdminName: John Doe
  6. defaultAdminPassword: password
  7. defaultAdminUsername: admin
  8. baseURL: http://localhost:31000
  9. plankaStorage:
  10. avatars:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/avatars
  13. backgroundImages:
  14. type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/bg-img
  16. attachments:
  17. type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/attachments
  19. pgData:
  20. type: hostPath
  21. hostPath: /mnt/{{ .Release.Namespace }}/pgData
  22. pgBackup:
  23. type: hostPath
  24. hostPath: /mnt/{{ .Release.Namespace }}/pgBackup