cron-values.yaml 319 B

1234567891011121314
  1. wpConfig:
  2. enableCronJob: true
  3. cronSchedule: "*/1 * * * *"
  4. wpStorage:
  5. data:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/data
  8. mariadbData:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/mariadbData
  11. mariadbBackup:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/mariadbBackup