From 444b93e9516b22f3a3e5f9f1b553da90bafdcc97 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Fri, 4 Oct 2024 16:46:20 -0400 Subject: [PATCH] feat: add traefik to ks --- infra/controllers/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/controllers/kustomization.yaml b/infra/controllers/kustomization.yaml index 17e3805..bec697f 100644 --- a/infra/controllers/kustomization.yaml +++ b/infra/controllers/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization resources: - metallb.yaml - longhorn.yaml + - traefik.yaml