From 8dab1f0770ad8b7b3631b5ac28dd2783ffbe6eb7 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 18 May 2026 00:09:56 +1000 Subject: [PATCH] feat(externaldns): add Gateway API sources for httproute, tlsroute, grpcroute, tcproute, udproute --- apps/overlays/au-syd1/externaldns/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 97c3417..344519f 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -24,6 +24,11 @@ policy: "sync" sources: - service - ingress + - gateway-httproute + - gateway-tlsroute + - gateway-grpcroute + - gateway-tcproute + - gateway-udproute # Environment variables for TSIG secret and algorithm from Vault env: -- 2.47.3