ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 3268d79610
Update nginx image to 0.90
2019-06-26 18:46:56 -04:00
..
rootfs Update image dependencies (#4225) 2019-06-25 06:58:27 -04:00
Makefile Update image dependencies (#4225) 2019-06-25 06:58:27 -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