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
+13
View File
@@ -0,0 +1,13 @@
# plane
```bash
helm repo add makeplane https://helm.plane.so/
helm repo update
helm install plane-app makeplane/plane-ce \
--create-namespace \
--namespace plane-ce \
-f values.yaml \
--timeout 10m \
--wait \
--wait-for-jobs
```