Files
chart/community/wordpress/1.2.3/ix_values.yaml
2024-01-22 14:14:24 +00:00

33 lines
520 B
YAML

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