ingress-nginx-helm/images/nginx
2019-07-29 01:02:09 +00:00
..
rootfs Update datadog tracing plugin to v1.0.1 2019-07-29 01:02:09 +00:00
Makefile Enable arm again 2019-06-26 23:00:58 -04:00
rc.yaml Update nginx image to 0.90 2019-06-26 18:46:56 -04:00
README.md fix image link. 2019-07-07 23:16:14 +08:00

OpenResty base image using debian-base

OpenResty® is a dynamic web platform based on NGINX and LuaJIT.

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.90

Creating a replication controller

kubectl create -f ./rc.yaml