ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 6ab10fa68d
Update nginx image (#5010)
2020-02-04 11:49:07 -03:00
..
rootfs Update nginx image (#5010) 2020-02-04 11:49:07 -03:00
38cb695de87cfeadcba5eeaf57f39e41d529aa1f.tar.gz Update nginx image (#5010) 2020-02-04 11:49:07 -03:00
Makefile Update nginx image (#5010) 2020-02-04 11:49:07 -03:00
rc.yaml Update nginx image (#5010) 2020-02-04 11:49:07 -03: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