mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 13:26:55 +08:00
* add `wordpress` to `community` catalog * set version to 1.0.0 * fix sources * update readme's * remove category
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
|