extra-values.yaml 334 B

1234567891011121314
  1. autobrrNetwork:
  2. webPort: 31000
  3. autobrrStorage:
  4. config:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Namespace }}/config
  7. additionalStorages:
  8. - type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/data1
  10. mountPath: /data1
  11. - type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/data2
  13. mountPath: /data2