extra-values.yaml 334 B

12345678910111213141516171819202122
  1. plankaNetwork:
  2. webPort: 31000
  3. plankaConfig:
  4. baseURL: http://localhost:31000
  5. plankaStorage:
  6. avatars:
  7. type: pvc
  8. backgroundImages:
  9. type: pvc
  10. attachments:
  11. type: pvc
  12. pgData:
  13. type: pvc
  14. pgBackup:
  15. type: emptyDir
  16. additionalStorages:
  17. - type: pvc
  18. mountPath: /data1
  19. - type: pvc
  20. mountPath: /data2