mirror of https://github.com/kubernetes/kops.git
Update pkg/model/gcemodel/api_loadbalancer.go
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
parent
7c8f2cb41e
commit
180c3ae475
|
|
@ -56,7 +56,7 @@ func (b *APILoadBalancerBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
|
||||
healthCheck := &gcetasks.Healthcheck{
|
||||
Name: s(b.NameForHealthcheck("api")),
|
||||
Port: i64(3990),
|
||||
Port: i64(wellknownports.KubeAPIServerHealthCheck),
|
||||
Lifecycle: b.Lifecycle,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue