ingress-nginx-helm/images/nginx/README.md
Manuel Alejandro de Brito Fontes 92de5212d8 Update nginx image in project images
2020-10-29 11:08:52 -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:v20201028-g2c1279cd8@sha256:bd22e4f9bbf88aee527a86692be4442d03fa1ef2df94356312c9db8bec1f7ea3

Creating a replication controller

kubectl create -f ./rc.yaml