basic-values.yaml 523 B

12345678910111213141516171819202122
  1. plankaNetwork:
  2. webPort: 31000
  3. plankaConfig:
  4. baseURL: http://localhost:31000
  5. plankaStorage:
  6. avatars:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Namespace }}/avatars
  9. backgroundImages:
  10. type: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/bg-img
  12. attachments:
  13. type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/attachments
  15. pgData:
  16. type: hostPath
  17. hostPath: /mnt/{{ .Release.Namespace }}/pgData
  18. pgBackup:
  19. type: hostPath
  20. hostPath: /mnt/{{ .Release.Namespace }}/pgBackup