set up traefik icarus

This commit is contained in:
Márcio Fernandes
2026-07-12 11:23:03 +00:00
parent e009a6ed81
commit da816bbf14
7 changed files with 67 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
# traefik
## Setup
Using flux for reconciliation.
``` bash
kubectl kustomize ./deploy/flux | kubectl apply -f -
```