Files
klaster/infra-scripts/nginx/Makefile
2025-02-11 23:03:14 +01:00

5 lines
220 B
Makefile

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