Files
chart/library/ix-dev/community/wordpress/values.yaml
bugclerk e79373bb92 Upgraded catalog item(s) (#2947)
* Upgraded catalog item(s)

        This commit upgrades netdata, elastic-search, home-assistant, plex, prometheus, sftpgo, homer, pgadmin, jellyseerr, twofactor-auth, omada-controller, ipfs, wordpress, immich, jellyfin, listmonk, searxng, n8n, planka, audiobookshelf, odoo catalog item(s).

* revert non-backwards compatible bumps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-11-18 17:37:17 +02:00

33 lines
520 B
YAML

image:
repository: wordpress
pullPolicy: IfNotPresent
tag: 6.7.0
resources:
limits:
cpu: 4000m
memory: 8Gi
wpConfig:
enableCronJob: true
cronSchedule: '*/15 * * * *'
additionalEnvs: []
wpNetwork:
webPort: 30040
wpStorage:
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
mariadbData:
type: ixVolume
ixVolumeConfig:
datasetName: mariadbData
mariadbBackup:
type: ixVolume
ixVolumeConfig:
datasetName: mariadbBackup
additionalStorages: []