ingress-nginx-helm/images/nginx/README.md
Manuel Alejandro de Brito Fontes 7de30e45d1 Update test images and go to 1.15.6
2020-12-16 15:56:45 -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:v20201215-ga48ae4203@sha256:460be3452745c8bd944bee8435df962f53082e6f346b9f1742f6d803fe985ac4

Creating a replication controller

kubectl create -f ./rc.yaml