ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes e1ff8f6888 Adjust nginx cloudbuild timeout
2020-07-08 00:03:05 -04:00
..
rootfs Update nginx modules 2020-07-07 20:55:17 -04:00
cloudbuild.yaml Adjust nginx cloudbuild timeout 2020-07-08 00:03:05 -04:00
Makefile Update nginx modules 2020-07-07 20:55:17 -04:00
rc.yaml Update nginx image registry (#5840) 2020-07-02 08:53:49 -04:00
README.md Update nginx image registry (#5840) 2020-07-02 08:53:49 -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 us.gcr.io/k8s-artifacts-prod/ingress-nginx/nginx@sha256:35da1d3e00f5e763e59cb59159bf88ba0f0b6e8835885ac9d8b63029a478dba7

Creating a replication controller

kubectl create -f ./rc.yaml