extra-values.yaml 512 B

1234567891011121314151617181920212223
  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: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/configs
  12. icons:
  13. type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/icons
  15. additionalStorages:
  16. - type: hostPath
  17. hostPath: /mnt/{{ .Release.Namespace }}/data1
  18. mountPath: /data1
  19. - type: hostPath
  20. hostPath: /mnt/{{ .Release.Namespace }}/data2
  21. mountPath: /data2