ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 26f2b1330f Remove authbind
2019-03-05 10:08:34 -03:00
..
rootfs Remove authbind 2019-03-05 10:08:34 -03:00
Makefile bump luajit version to v2.1-20190228 that has fix for https://github.com/openresty/luajit2/issues/42 2019-02-28 21:16:49 -05:00
rc.yaml Cleanup of nginx image (#3214) 2018-10-10 09:17:01 -03:00
README.md Datadog Opentracing support - part 1 2019-02-15 15:11:50 -05: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