basic-values.yaml 228 B

1234567891011
  1. delugeStorage:
  2. config:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/config
  5. downloads:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/downloads
  8. delugeNetwork:
  9. exposeDaemon: true
  10. daemonPort: 32100