Publish new changes in catalog

This commit is contained in:
sonicaj
2023-12-20 10:45:42 +00:00
parent 01fe493072
commit f9f8799441
1682 changed files with 671 additions and 748 deletions

View 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

View 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