Skip to content

Commit

Permalink
chore: Update health check server initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Duarte Camacho committed Jun 14, 2024
1 parent 0e619f7 commit 9a25525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const HealthPort = 9666
const CheckName = "alive"

var healthCheckServer *health.Server = &health.Server{}
var healthCheckServer *health.Server = health.NewServer()

func EnableLivelinessCheck() {

Expand Down

0 comments on commit 9a25525

Please sign in to comment.