Skip to content

Commit

Permalink
Correct default load balancer path
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Oct 6, 2022
1 parent 7f80566 commit 642ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/topics/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The following annotations can be used to customize probe configuration per servi
| --| -- | -- |
|service.beta.kubernetes.io/port_{port}_health-probe_protocol| N/A (no equivalent globally) | Set the health probe protocol for this service port (e.g. Http, Https, Tcp) |
|service.beta.kubernetes.io/port_{port}_health-probe_port| N/A (no equivalent globally) | Sets the health probe port for this service port (e.g. 15021) |
|service.beta.kubernetes.io/port_{port}_health-probe_request-path|service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path| For Http or Https, sets the health probe request path. Defaults to /healthz|
|service.beta.kubernetes.io/port_{port}_health-probe_request-path|service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path| For Http or Https, sets the health probe request path. Defaults to /|
|service.beta.kubernetes.io/port_{port}_health-probe_num-of-probe|service.beta.kubernetes.io/azure-load-balancer-health-probe-num-of-probe| Number of consecutive probe failures before the port is considered unhealthy|
|service.beta.kubernetes.io/port_{port}_health-probe_interval |service.beta.kubernetes.io/azure-load-balancer-health-probe-interval | The amount of time between probe attempts |

Expand Down

0 comments on commit 642ce75

Please sign in to comment.