Initial commit

This commit is contained in:
2022-08-25 11:22:50 +03:00
commit 7c5cad55e1
122 changed files with 51731 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Traefik Ingress Controller:
```
helm template --include-crds -n traefik --release-name k6 traefik/traefik -f values.yml > application.yml
kubectl apply -n traefik -f namespace.yml -f application.yml -f application-extras.yml -f whoami.yml -f proxmox.yml -f voron.yml
```