extra-values.yaml 361 B

1234567891011121314151617
  1. tmmConfig:
  2. password: secret
  3. tmmNetwork:
  4. webPort: 31000
  5. tmmStorage:
  6. data:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Namespace }}/data
  9. additionalStorages:
  10. - type: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/tv-shows
  12. mountPath: /tv-shows
  13. - type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/movies
  15. mountPath: /movies