ingress-nginx-helm/images/nginx/README.md
Manuel Alejandro de Brito Fontes 72dc53a82f
Update nginx image
2021-01-04 17:27:17 -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:v20210104-g2254a9186@sha256:edd1d06bc6892b0dfb42de7d782ceb3c50eec843b09024abf3f95ba23f4feed5

Creating a replication controller

kubectl create -f ./rc.yaml