From d0dc17a0f89878c6df09cedc785ef96efb2b85e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 6 Jun 2026 04:24:26 +0000 Subject: [PATCH] modified: services/casa-vlan-cicd-runners/README.md modified: services/traefik/README.md --- services/casa-vlan-cicd-runners/README.md | 1 - services/traefik/README.md | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/services/casa-vlan-cicd-runners/README.md b/services/casa-vlan-cicd-runners/README.md index 1efd16a..6d39997 100644 --- a/services/casa-vlan-cicd-runners/README.md +++ b/services/casa-vlan-cicd-runners/README.md @@ -1,6 +1,5 @@ # act-runners - ## Setup Using flux for reconciliation. diff --git a/services/traefik/README.md b/services/traefik/README.md index 224933a..0224baa 100644 --- a/services/traefik/README.md +++ b/services/traefik/README.md @@ -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 - ```