hostNet-values.yaml 543 B

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