extra-values.yaml 387 B

1234567891011121314151617181920212223242526
  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. emptyDirConfig:
  17. medium: ""
  18. size: ""
  19. additionalStorages:
  20. - type: pvc
  21. mountPath: /data1
  22. - type: pvc
  23. mountPath: /data2