extra-values.yaml 727 B

1234567891011121314151617181920212223242526272829
  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
  21. additionalStorages:
  22. - type: hostPath
  23. hostPath: /mnt/{{ .Release.Namespace }}/data1
  24. mountPath: /data1
  25. - type: hostPath
  26. hostPath: /mnt/{{ .Release.Namespace }}/data2
  27. mountPath: /data2