mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
12 lines
251 B
YAML
12 lines
251 B
YAML
ipfsStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
datasetName: data
|
|
staging:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/staging
|
|
datasetName: staging
|
|
ipfsNetwork:
|
|
hostNetwork: true
|