You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postfix_exporter sidecar was configured to look for the showq
socket at /var/spool/postfix/public/showq (emptyDir), but Mailu
actually uses /queue as the Postfix spool directory (PVC mount).
Changes:
- Mount queue PVC in exporter container at /queue (read-only)
- Update showq_path to /queue/public/showq
- Remove unused emptyDir spool volume
This fixes the "Failed to scrape showq" errors in the exporter logs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments