mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 09:51:07 +08:00
15 lines
213 B
YAML
15 lines
213 B
YAML
wpConfig:
|
|
enableCronJob: true
|
|
cronSchedule: "*/1 * * * *"
|
|
|
|
wpStorage:
|
|
data:
|
|
type: pvc
|
|
mariadbData:
|
|
type: pvc
|
|
mariadbBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|