ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 8734588a5b Build new nginx image
2020-06-24 16:49:14 -04:00
..
rootfs Enable stream_realip_module. 2020-06-20 06:33:07 +08:00
cloudbuild.yaml Add cloudbuild job to build nginx image 2020-06-24 16:10:43 -04:00
Makefile Build new nginx image 2020-06-24 16:49:14 -04:00
rc.yaml Build new nginx image 2020-06-24 16:49:14 -04:00
README.md Build new nginx image 2020-06-24 16:49:14 -04: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.105

Creating a replication controller

kubectl create -f ./rc.yaml