ingress-nginx-helm/images/nginx
Wong Hoi Sing Edison 6d3e9ea7d0 Fixup #2970: Add Missing Label app.kubernetes.io/part-of: ingress-nginx
-    Add missing label `app.kubernetes.io/part-of: ingress-nginx` for deploy example
-    Update new labels for docs/deploy and docs/examples
-    Update new labels for test/e2e and test/manifests
-    Update new labels for images/nginx

Also close #3001
2018-09-05 11:48:29 +08:00
..
rootfs Merge pull request #3006 from ElvinEfendi/nginx-patch-for-cert-by-lua 2018-08-29 05:15:40 -07:00
Makefile apply nginx patch to make ssl_certificate_by_lua_block work properly 2018-08-29 00:31:14 -04:00
rc.yaml Fixup #2970: Add Missing Label app.kubernetes.io/part-of: ingress-nginx 2018-09-05 11:48:29 +08:00
README.md Update nginx to 1.15.2 (#2872) 2018-07-30 17:33:36 -04: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.56

Creating a replication controller

kubectl create -f ./rc.yaml