mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +08:00
30 lines
454 B
YAML
30 lines
454 B
YAML
image:
|
|
repository: wordpress
|
|
pullPolicy: IfNotPresent
|
|
tag: 6.3.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
wpConfig:
|
|
enableCronJob: true
|
|
cronSchedule: "*/15 * * * *"
|
|
additionalEnvs: []
|
|
|
|
wpNetwork:
|
|
webPort: 30040
|
|
|
|
wpStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
mariadbData:
|
|
type: ixVolume
|
|
datasetName: mariadbData
|
|
mariadbBackup:
|
|
type: ixVolume
|
|
datasetName: mariadbBackup
|
|
additionalStorages: []
|