Skip to content

Commit

Permalink
Update apis/datadoghq/common/const.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lénaïc Huard <[email protected]>
  • Loading branch information
wdhif and L3n41c authored Jul 9, 2024
1 parent a86feff commit f7bf0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/datadoghq/common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const (
DefaultHelmCheckConf string = "helm-check-config"

// DefaultAgentHealthPort default agent health port
DefaultAgentHealthPort int32 = 5555
DefaultAgentHealthPort uint16 = 5555

// Liveness probe default config
DefaultLivenessProbeInitialDelaySeconds int32 = 15
Expand Down

0 comments on commit f7bf0bb

Please sign in to comment.