hostNet-values.yaml 312 B

123456789101112131415161718192021
  1. plankaNetwork:
  2. webPort: 30000
  3. hostNetwork: true
  4. plankaConfig:
  5. baseURL: http://localhost:30000
  6. plankaStorage:
  7. avatars:
  8. type: pvc
  9. backgroundImages:
  10. type: pvc
  11. attachments:
  12. type: pvc
  13. pgData:
  14. type: pvc
  15. pgBackup:
  16. type: emptyDir
  17. emptyDirConfig:
  18. medium: ""
  19. size: ""