ingress-nginx-helm/images/nginx/README.md
Manuel Alejandro de Brito Fontes 47c0cb7188 Update nginx base image
2021-01-03 15:59:36 -03:00

1.1 KiB

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:v20201230-g0cca8e83c@sha256:2db55a11e6a1d9dfa690c7667d3936de1c0fd48855e7b60ab31e6c98e31e5354

Creating a replication controller

kubectl create -f ./rc.yaml