This commit is contained in:
parent
926170e617
commit
d7c836ee86
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue