From fa421000cc4a24fb7e05260b7dfb7f91091d55f2 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Thu, 7 Nov 2024 01:28:44 -0500 Subject: [PATCH] feat: give traefik wildcard dns --- infra/controllers/traefik/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/controllers/traefik/traefik.yaml b/infra/controllers/traefik/traefik.yaml index c52bfbb..31dfba8 100644 --- a/infra/controllers/traefik/traefik.yaml +++ b/infra/controllers/traefik/traefik.yaml @@ -45,6 +45,7 @@ metadata: namespace: traefik-system annotations: metallb.universe.tf/address-pool: premhome-gc1 + external-dns.alpha.kubernetes.io/hostname: "*.yadunut.dev" spec: type: LoadBalancer ports: @@ -56,7 +57,6 @@ spec: targetPort: websecure selector: app.kubernetes.io/name: traefik - --- apiVersion: v1 kind: Service