A production-ready WordPress stack for Kubernetes, built on NGINX and PHP-FPM. Developed by IO ANALYTICA.
Deploys WordPress with NGINX on Kubernetes. Supports Memcached, Redis, and Dragonfly for caching, plus an optional wordpress-idx sidecar for full-text search.
helm install my-wordpress oci://ghcr.io/ioanalytica/charts/wordpress-nginx \
--set externalDatabase.host=mydb.example.com \
--set externalDatabase.password=secret \
--set ingress.enabled=true \
--set ingress.hostname=blog.example.comSee chart/README.md for full documentation and values reference.
Custom WordPress image based on shinsenter/php with PHP 8.4 FPM, NGINX, and Alpine Linux. Multi-arch (linux/amd64, linux/arm64).
| Registry | Image |
|---|---|
| GitHub Container Registry | ghcr.io/ioanalytica/wordpress-nginx |
Includes WordPress, NGINX with optimised configuration, PHP extensions (imagick, memcache, redis), WP-CLI, and a health check endpoint at /healthz.php.
- wordpress-idx — FlexSearch-based full-text search sidecar for WordPress
Copyright © 2024-2026 IO ANALYTICA.
Licensed under the GNU General Public License v3.0. See LICENSE for details.