ingress-nginx-helm/images/nginx
Kubernetes Prow Robot 2586542608
Merge pull request #3852 from aledbf/arm
Enable arm again
2019-06-26 20:45:19 -07:00
..
rootfs Enable arm again 2019-06-26 23:00:58 -04:00
Makefile Enable arm again 2019-06-26 23:00:58 -04:00
rc.yaml Update nginx image to 0.90 2019-06-26 18:46:56 -04:00
README.md Update nginx image to 0.90 2019-06-26 18:46:56 -04:00

OpenResty base image using debian-base

OpenResty® is a dynamic web platform based on NGINX and LuaJIT.

This custom image contains:

How to use this image: This image provides a default configuration file with no backend servers.

Using docker

docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.90

Creating a replication controller

kubectl create -f ./rc.yaml