Update the kubernetes provider
This commit is contained in:
parent
3419f9aeb9
commit
e2d8a95c91
2 changed files with 65 additions and 1 deletions
|
@ -222,7 +222,7 @@ func loadService(client Client, namespace string, backend v1beta1.IngressBackend
|
|||
}
|
||||
|
||||
protocol := "http"
|
||||
if port == 443 || portName == "https" {
|
||||
if port == 443 || strings.HasPrefix(portName, "https") {
|
||||
protocol = "https"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue