mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 06:16:23 +08:00
15 lines
319 B
YAML
15 lines
319 B
YAML
wpConfig:
|
|
enableCronJob: true
|
|
cronSchedule: "*/1 * * * *"
|
|
|
|
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
|