Skip to content

Commit

Permalink
fix an inline example code into a code block (kubernetes-sigs#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadusam authored Nov 11, 2022
1 parent 540ca45 commit 5b3644f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/ingress/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@ Health check on target groups can be controlled with following annotations:
- <a name="healthcheck-protocol">`alb.ingress.kubernetes.io/healthcheck-protocol`</a> specifies the protocol used when performing health check on targets.

!!!example
```alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS
```
alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS
```

- <a name="healthcheck-port">`alb.ingress.kubernetes.io/healthcheck-port`</a> specifies the port used when performing health check on targets.
Expand Down

0 comments on commit 5b3644f

Please sign in to comment.