hostnet-values.yaml 207 B

12345678910
  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. hostNetwork: true