Skip to content

Commit

Permalink
Update scaleway/loadbalancers_annotations.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nox <[email protected]>
  • Loading branch information
erebe and Nox-404 authored Aug 26, 2024
1 parent 8153dde commit d1d2d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/loadbalancers_annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
// The default value is "5s". The duration are go's time.Duration (ex: "1s", "2m", "4h", ...)
serviceAnnotationLoadBalancerHealthCheckDelay = "service.beta.kubernetes.io/scw-loadbalancer-health-check-delay"

// serviceAnnotationLoadBalancerHealthCheckSendProxy is the annotation to control if health check should send proxy protocol message
// serviceAnnotationLoadBalancerHealthCheckSendProxy is the annotation to control if proxy protocol should be activated for the health check.
// The default value is "false"
serviceAnnotationLoadBalancerHealthCheckSendProxy = "service.beta.kubernetes.io/scw-loadbalancer-health-check-send-proxy"

Expand Down

0 comments on commit d1d2d83

Please sign in to comment.