ingress-nginx-helm/images/nginx/README.md
2020-08-26 22:07:22 -04: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:v20200812-g0673e5e17@sha256:3bafc6840f2477c05eb029580fa8ecf4bd33b0f0765e3cd9cc82ad91f817ccf3

Creating a replication controller

kubectl create -f ./rc.yaml