ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 68c57386d0 Update nginx to 1.19.5
2020-11-27 14:19:20 -03:00
..
rootfs Update nginx to 1.19.5 2020-11-27 14:19:20 -03:00
cloudbuild.yaml Update cloudbuild jobs 2020-09-09 17:40:47 -03:00
Makefile Update trace modules 2020-09-03 10:04:44 -04:00
rc.yaml Update nginx image in project images 2020-10-29 11:08:52 -03:00
README.md Update nginx image in project images 2020-10-29 11:08:52 -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 k8s.gcr.io/ingress-nginx/nginx:v20201028-g2c1279cd8@sha256:bd22e4f9bbf88aee527a86692be4442d03fa1ef2df94356312c9db8bec1f7ea3

Creating a replication controller

kubectl create -f ./rc.yaml