mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
Publish new changes in catalog
This commit is contained in:
10
community/wordpress/1.1.8/ci/basic-values.yaml
Normal file
10
community/wordpress/1.1.8/ci/basic-values.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
14
community/wordpress/1.1.8/ci/cron-values.yaml
Normal file
14
community/wordpress/1.1.8/ci/cron-values.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user