Files
chart/library/ix-dev/community/wordpress/values.yaml
bugclerk 3da43685c8 Upgraded catalog item(s) (#2549)
This commit upgrades pgadmin, adguard-home, drawio, wordpress, jellyfin, homepage, unifi-controller catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
2024-06-07 14:46:34 +03:00

33 lines
520 B
YAML

image:
repository: wordpress
pullPolicy: IfNotPresent
tag: 6.5.4
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: []