Update pkg/model/gcemodel/api_loadbalancer.go

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
Jesse Haka 2022-02-07 21:32:05 +02:00 committed by GitHub
parent 7c8f2cb41e
commit 180c3ae475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}