mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
refactor: Update Traefik ingress routes file paths
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user