Update main.go
All checks were successful
Build Go Binary / build (push) Successful in 37s

This commit is contained in:
holzi1005 2025-08-06 08:44:40 +02:00
parent 926170e617
commit d7c836ee86

View file

@ -178,7 +178,7 @@ func main() {
backends := []Backend{}
for _, svc := range services {
if svc.Spec.Type != "Ingress" {
if svc.Spec.Type != "ClusterIP" {
continue
}
key := svc.Metadata.Namespace + "/" + svc.Metadata.Name