fix(externaldns): remove experimental Gateway API route sources
TLSRoute, GRPCRoute, TCPRoute, UDPRoute CRDs are not installed (Traefik experimentalChannel: false), causing external-dns to crash with a context deadline timeout on every sync cycle. Keep only gateway-httproute which is the only route type in use.
This commit is contained in:
@@ -25,10 +25,6 @@ sources:
|
|||||||
- service
|
- service
|
||||||
- ingress
|
- ingress
|
||||||
- gateway-httproute
|
- gateway-httproute
|
||||||
- gateway-tlsroute
|
|
||||||
- gateway-grpcroute
|
|
||||||
- gateway-tcproute
|
|
||||||
- gateway-udproute
|
|
||||||
|
|
||||||
# Environment variables for TSIG secret and algorithm from Vault
|
# Environment variables for TSIG secret and algorithm from Vault
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user