mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
10 lines
220 B
Markdown
10 lines
220 B
Markdown
# Ngnix Ingress
|
|
|
|
```bash
|
|
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
|
helm repo update
|
|
helm install nginx ingress-nginx/ingress-nginx \
|
|
--create-namespace \
|
|
--namespace nginx-system
|
|
|
|
``` |