Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.47 KB

File metadata and controls

39 lines (24 loc) · 1.47 KB

WordPress-NGINX

A production-ready WordPress stack for Kubernetes, built on NGINX and PHP-FPM. Developed by IO ANALYTICA.

Components

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.com

See 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.

Related Projects

  • wordpress-idx — FlexSearch-based full-text search sidecar for WordPress

License

Copyright © 2024-2026 IO ANALYTICA.

Licensed under the GNU General Public License v3.0. See LICENSE for details.