mirror of
https://github.com/truenas/charts.git
synced 2026-02-04 11:03:48 +08:00
This commit upgrades netdata, home-assistant, plex, sonarr, wordpress, audiobookshelf catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
33 lines
520 B
YAML
33 lines
520 B
YAML
image:
|
|
repository: wordpress
|
|
pullPolicy: IfNotPresent
|
|
tag: 6.7.2
|
|
|
|
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: []
|