Increase harmonic-wordpress MySQL memory limit to 1Gi for prod sync imports

This commit is contained in:
Will Anderson
2026-04-17 06:53:53 -05:00
parent 8aa01bc840
commit 6046b6ca3e
@@ -42,10 +42,10 @@ spec:
mountPath: /var/lib/mysql mountPath: /var/lib/mysql
resources: resources:
requests: requests:
memory: 256Mi memory: 512Mi
cpu: 100m cpu: 100m
limits: limits:
memory: 512Mi memory: 1Gi
cpu: 500m cpu: 500m
livenessProbe: livenessProbe:
exec: exec: