ingress-nginx-helm/images/nginx
2020-02-17 05:42:40 +00:00
..
rootfs Update datadog tracer to v1.1.3 2020-02-17 05:42:40 +00:00
Makefile Cleanup build of nginx image (#5085) 2020-02-15 15:16:23 -03:00
rc.yaml Update nginx image (#5010) 2020-02-04 11:49:07 -03:00
README.md Update nginx image (#5010) 2020-02-04 11:49:07 -03:00

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 quay.io/kubernetes-ingress-controller/nginx:0.97

Creating a replication controller

kubectl create -f ./rc.yaml