mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 14:26:39 +08:00
11 lines
201 B
YAML
11 lines
201 B
YAML
omadaStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
logs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/logs
|
|
|
|
omadaNetwork:
|
|
hostNetwork: true
|