ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes c8c69df30d Update nginx to 1.19.3
2020-09-29 12:44:30 -03:00
..
rootfs Update nginx to 1.19.3 2020-09-29 12:44:30 -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 Switch images to k8s.gcr.io after Vanity Domain Flip 2020-08-26 22:07:22 -04:00
README.md Switch images to k8s.gcr.io after Vanity Domain Flip 2020-08-26 22:07:22 -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 k8s.gcr.io/ingress-nginx/nginx:v20200812-g0673e5e17@sha256:3bafc6840f2477c05eb029580fa8ecf4bd33b0f0765e3cd9cc82ad91f817ccf3

Creating a replication controller

kubectl create -f ./rc.yaml