ingress-nginx-helm/images/nginx/README.md
Manuel Alejandro de Brito Fontes 5521f71519 Update nginx image
2020-07-08 13:12:24 -04:00

1.2 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 us.gcr.io/k8s-artifacts-prod/ingress-nginx/nginx:v20200708-g00f4a215d@sha256:b0727cebafc35f5ab50f3fa0be5fda7f79937f1683f525f40982e75b882195d8

Creating a replication controller

kubectl create -f ./rc.yaml