add nginx ingress controller
This commit is contained in:
4
infra/nginx/Makefile
Normal file
4
infra/nginx/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
install:
|
||||
helm repo add nginx https://helm.nginx.com/stable
|
||||
helm repo update nginx
|
||||
helm upgrade --install -n nginx-ingress-controller --create-namespace nginx-ingress nginx/nginx-ingress --version 2.0.1 -f values.yaml
|
||||
Reference in New Issue
Block a user