Releases: daxio/k8s-lemp
k8s-lemp-v1.4
Update to support Kubernetes 1.9 RBAC clusters. Also contains many updates to API versions of core workloads, container image updates, and fixes.
k8s-lemp-v1.3.2
Update to latest images.
k8s-lemp-v1.3
Updated all images to the latest available.
k8s-lemp-v1.2.2
This release removes references to a Redis password.
Testing in a production environment revealed that the password configuration didn't work.
k8s-lemp-v1.2.1
This release adds StorageClass objects since they became required in Kubernetes v1.6.0.
k8s-lemp-v1.2
Stable Kubernetes LEMP Stack with working HTTPS. Also fixes MariaDB Secret storage for WordPress.
This release switches to a simple one-container layout for WordPress using the standard WordPress/Apache base image instead of the more complex PHP-FPM/NGINX architecture.
k8s-lemp-v1.0.1
First working version with HTTP but not HTTPS, which needs bug fixing or replacement.
Test release with official NGINX image
Non-working release using official NGINX image and ConfigMap
holding configuration changes. This is resulting in a 503 when visiting the domain. Next commits will change to a Docker image with configuration built in to try and simplify the setup.