ingress-nginx-helm/images/nginx
2020-06-20 06:33:07 +08:00
..
rootfs Enable stream_realip_module. 2020-06-20 06:33:07 +08:00
Makefile Update nginx image 2020-05-30 19:05:48 -04:00
rc.yaml Add support for s390x 2020-05-29 21:49:26 -04:00
README.md Update nginx image (#5010) 2020-02-04 11:49:07 -03:00

NGINX base image using alpine

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.97

Creating a replication controller

kubectl create -f ./rc.yaml