ingress-nginx-helm/images/nginx
2020-06-25 16:10:14 -04:00
..
rootfs Enable stream_realip_module. 2020-06-20 06:33:07 +08:00
cloudbuild.yaml Trigger of cloudbuild for nginx image and push 2020-06-25 16:10:14 -04:00
Makefile Test trigger of cloudbuild for nginx image 2020-06-25 14:06:01 -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