ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes ddd8eef8d0
Update nginx image (#3404)
2018-11-12 11:51:48 -03:00
..
rootfs Update nginx image (#3404) 2018-11-12 11:51:48 -03:00
Makefile Update nginx image (#3404) 2018-11-12 11:51:48 -03:00
rc.yaml Cleanup of nginx image (#3214) 2018-10-10 09:17:01 -03:00
README.md Bump geoip2 module version 3.0 -> 3.2 2018-10-28 21:26:31 +01:00

nginx 1.15.x base image using debian-base

nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

This custom nginx 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.65

Creating a replication controller

kubectl create -f ./rc.yaml