Skip to content

Commit addd0a0

Browse files
author
Timo Reimann
authored
Merge pull request #365 from digitalocean/include-https-in-lb-health-check-proto-docs
Include HTTPS in LB health check protocol docs
2 parents bbce3f4 + 6f7f68f commit addd0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/controllers/services/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The path used to check if a backend droplet is healthy. Defaults to "/".
3535

3636
## service.beta.kubernetes.io/do-loadbalancer-healthcheck-protocol
3737

38-
The health check protocol to use to check if a backend droplet is healthy. Defaults to `tcp` if not specified. Options are `tcp` and `http`.
38+
The health check protocol to use to check if a backend droplet is healthy. Defaults to `tcp` if not specified. Options are `tcp`, `http`, and `https`.
3939

4040
The first node port on the service is used as health check port.
4141

0 commit comments

Comments
 (0)