mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 13:56:38 +08:00
11 lines
256 B
YAML
11 lines
256 B
YAML
wpStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
mariadbData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbData
|
|
mariadbBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/mariadbBackup
|