extra-values.yaml 336 B

1234567891011121314
  1. bazarrNetwork:
  2. webPort: 31000
  3. bazarrStorage:
  4. config:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Namespace }}/config
  7. additionalStorages:
  8. - type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/series
  10. mountPath: /series
  11. - type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/movies
  13. mountPath: /movies