refactor: Update Traefik ingress routes file paths

This commit is contained in:
2024-08-18 07:38:16 +08:00
parent 2da4bdc13e
commit 820191346b
10 changed files with 530 additions and 0 deletions
+10
View File
@@ -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
```