ingress-nginx-helm/images/nginx/README.md
Ricardo Katz 7a0e7dc3f9
Update base image for legacy release (#8418)
* Update base image for legacy release

* New tag to release a new image

* Fix boilerplate file

* Remove wrong gosec assert
2022-04-01 14:42:09 -07: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.conf:/etc/nginx/nginx.conf:ro k8s.gcr.io/ingress-nginx/nginx:5402d35663917ccbbf77ff48a22b8c6f77097f48@sha256:ec8a104df307f5c6d68157b7ac8e5e1e2c2f0ea07ddf25bb1c6c43c67e351180 

Creating a replication controller

kubectl create -f ./rc.yaml