extra-values.yaml 312 B

123456789101112131415161718192021
  1. homarrConfig:
  2. password: secret
  3. additionalEnvs:
  4. - name: DISABLE_EDIT_MODE
  5. value: true
  6. homarrNetwork:
  7. webPort: 31000
  8. homarrStorage:
  9. configs:
  10. type: pvc
  11. data:
  12. type: pvc
  13. icons:
  14. type: pvc
  15. additionalStorages:
  16. - type: pvc
  17. mountPath: /data1
  18. - type: pvc
  19. mountPath: /data2