modified: services/casa-vlan-cicd-runners/README.md

modified:   services/traefik/README.md
This commit is contained in:
Márcio Fernandes
2026-06-06 04:24:26 +00:00
parent 48ba7f57bb
commit d0dc17a0f8
2 changed files with 5 additions and 3 deletions
@@ -1,6 +1,5 @@
# act-runners
## Setup
Using flux for reconciliation.
+5 -2
View File
@@ -1,6 +1,9 @@
# traefik
## Setup
Using flux for reconciliation.
``` bash
helm repo add traefik https://traefik.github.io/charts --force-update
helm upgrade --install traefik traefik/traefik --values=deploy/helm-values.yaml --version=40.2.0 --namespace kube-system --create-namespace
kubectl kustomize ./deploy/flux | kubectl apply -f -
```