The external name service to the keda-add-ons-http-interceptor-proxy is currently hard coded with the clusterdomain set to cluster.local:
|
ExternalName: "keda-add-ons-http-interceptor-proxy.keda.svc.cluster.local", |
cluster.local seems to be fine for most cases, but in some cases it doesn't. So we should find a way to make this configurable somehow.
Additional details: #3386 (comment)
The external name service to the keda-add-ons-http-interceptor-proxy is currently hard coded with the clusterdomain set to
cluster.local:func/pkg/keda/deployer.go
Line 223 in a48fb70
cluster.localseems to be fine for most cases, but in some cases it doesn't. So we should find a way to make this configurable somehow.Additional details: #3386 (comment)