Files
chart/community/wordpress/1.1.4/ix_values.yaml
2023-11-16 09:05:54 +00:00

30 lines
454 B
YAML

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