add traefik public

This commit is contained in:
Márcio Fernandes
2026-07-11 22:13:55 +00:00
parent 63e9fb40a1
commit ee777a7a1f
6 changed files with 67 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# traefik
## Setup
Using flux for reconciliation.
``` bash
kubectl kustomize ./deploy/flux | kubectl apply -f -
```